()
| 124 | return ASK_USER_QUESTION_TOOL_PROMPT + PREVIEW_FEATURE_PROMPT[format]; |
| 125 | }, |
| 126 | get inputSchema(): InputSchema { |
| 127 | return inputSchema(); |
| 128 | }, |
| 129 | get outputSchema(): OutputSchema { |
| 130 | return outputSchema(); |
| 131 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected