(path: string, content: string)
| 149 | }; |
| 150 | |
| 151 | const writeFileCallback = async (path: string, content: string) => { |
| 152 | await docker.writeFile(sessionId, path, content); |
| 153 | }; |
| 154 | |
| 155 | // Choose text editor tool based on provider |
| 156 | const textEditorTool = |
nothing calls this directly
no outgoing calls
no test coverage detected