(input)
| 162 | }, |
| 163 | getToolUseSummary, |
| 164 | getActivityDescription(input) { |
| 165 | const summary = getToolUseSummary(input) |
| 166 | return summary ? `Searching for ${summary}` : 'Searching the web' |
| 167 | }, |
| 168 | isEnabled() { |
| 169 | const provider = getAPIProvider() |
| 170 | const model = getMainLoopModel() |
nothing calls this directly
no test coverage detected