| 11 | }); |
| 12 | |
| 13 | export class WriteFileTool extends Tool<z.infer<typeof ArgsSchema>> { |
| 14 | name = 'write_file'; |
| 15 | description = 'Create a new file or overwrite an existing one with the given content. Goes through the transaction journal — reversible.'; |
| 16 | isReadOnly = false; |
nothing calls this directly
no outgoing calls
no test coverage detected