| 164 | * A tool to perform web searches using Google Search via the Anus API. |
| 165 | */ |
| 166 | export class WebSearchTool extends BaseDeclarativeTool< |
| 167 | WebSearchToolParams, |
| 168 | WebSearchToolResult |
| 169 | > { |
nothing calls this directly
no outgoing calls
no test coverage detected