()
| 51 | return `Use this tool to return your final response in the requested structured format. You MUST call this tool exactly once at the end of your response to provide the structured output.` |
| 52 | }, |
| 53 | get inputSchema(): InputSchema { |
| 54 | return inputSchema() |
| 55 | }, |
| 56 | get outputSchema(): OutputSchema { |
| 57 | return outputSchema() |
| 58 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected