()
| 87 | return summary ? `Fetching ${summary}` : 'Fetching web page' |
| 88 | }, |
| 89 | get inputSchema(): InputSchema { |
| 90 | return inputSchema() |
| 91 | }, |
| 92 | get outputSchema(): OutputSchema { |
| 93 | return outputSchema() |
| 94 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected