()
| 342 | maxResultSizeChars: Infinity, |
| 343 | strict: true, |
| 344 | async description() { |
| 345 | return DESCRIPTION |
| 346 | }, |
| 347 | async prompt() { |
| 348 | const limits = getDefaultFileReadingLimits() |
| 349 | const maxSizeInstruction = limits.includeMaxSizeInPrompt |
nothing calls this directly
no outgoing calls
no test coverage detected