()
| 49 | maxResultSizeChars: 100_000, |
| 50 | shouldDefer: true, |
| 51 | get inputSchema(): InputSchema { |
| 52 | return inputSchema() |
| 53 | }, |
| 54 | get outputSchema(): OutputSchema { |
| 55 | return outputSchema() |
| 56 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected