(input)
| 83 | }, |
| 84 | getToolUseSummary, |
| 85 | getActivityDescription(input) { |
| 86 | const summary = getToolUseSummary(input) |
| 87 | return summary ? `Fetching ${summary}` : 'Fetching web page' |
| 88 | }, |
| 89 | get inputSchema(): InputSchema { |
| 90 | return inputSchema() |
| 91 | }, |
nothing calls this directly
no test coverage detected