()
| 89 | maxResultSizeChars: 100_000, |
| 90 | strict: true, |
| 91 | async description() { |
| 92 | return 'A tool for editing files' |
| 93 | }, |
| 94 | async prompt() { |
| 95 | return getEditToolDescription() |
| 96 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected