()
| 59 | maxResultSizeChars: 100_000, |
| 60 | shouldDefer: true, |
| 61 | get inputSchema(): InputSchema { |
| 62 | return inputSchema() |
| 63 | }, |
| 64 | get outputSchema(): OutputSchema { |
| 65 | return outputSchema() |
| 66 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected