| 193 | }); |
| 194 | |
| 195 | export class CsvWriteTool extends Tool<z.infer<typeof CsvWriteArgs>> { |
| 196 | name = 'csv_write'; |
| 197 | description = 'Write structured records to a CSV/TSV file. Pass `rows` as array of flat objects. Quoting is automatic per RFC 4180. Use `append: true` to add to existing files (header skipped).'; |
| 198 | isReadOnly = false; |
nothing calls this directly
no outgoing calls
no test coverage detected