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