()
| 333 | searchHint: 'invoke a slash-command skill', |
| 334 | maxResultSizeChars: 100_000, |
| 335 | get inputSchema(): InputSchema { |
| 336 | return inputSchema() |
| 337 | }, |
| 338 | get outputSchema(): OutputSchema { |
| 339 | return outputSchema() |
| 340 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected