()
| 45 | searchHint: 'return the final response as structured JSON', |
| 46 | maxResultSizeChars: 100_000, |
| 47 | async description(): Promise<string> { |
| 48 | return 'Return structured output in the requested format' |
| 49 | }, |
| 50 | async prompt(): Promise<string> { |
| 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 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected