(input)
| 171 | }, |
| 172 | getToolUseSummary, |
| 173 | getActivityDescription(input) { |
| 174 | const summary = getToolUseSummary(input) |
| 175 | return summary ? `Searching for ${summary}` : 'Searching' |
| 176 | }, |
| 177 | get inputSchema(): InputSchema { |
| 178 | return inputSchema() |
| 179 | }, |
nothing calls this directly
no test coverage detected