()
| 40 | maxResultSizeChars: 100_000, |
| 41 | shouldDefer: true, |
| 42 | get inputSchema(): InputSchema { |
| 43 | return inputSchema() |
| 44 | }, |
| 45 | get outputSchema(): OutputSchema { |
| 46 | return outputSchema() |
| 47 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected