(input)
| 155 | maxResultSizeChars: 100_000, |
| 156 | shouldDefer: true, |
| 157 | async description(input) { |
| 158 | return `Claude wants to search the web for: ${input.query}` |
| 159 | }, |
| 160 | userFacingName() { |
| 161 | return 'Web Search' |
| 162 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected