()
| 45 | maxResultSizeChars: 100_000, |
| 46 | userFacingName: () => (process.env.USER_TYPE === 'ant' ? '' : 'Stop Task'), |
| 47 | get inputSchema(): InputSchema { |
| 48 | return inputSchema() |
| 49 | }, |
| 50 | get outputSchema(): OutputSchema { |
| 51 | return outputSchema() |
| 52 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected