()
| 44 | return getEnterPlanModeToolPrompt() |
| 45 | }, |
| 46 | get inputSchema(): InputSchema { |
| 47 | return inputSchema() |
| 48 | }, |
| 49 | get outputSchema(): OutputSchema { |
| 50 | return outputSchema() |
| 51 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected