Class GoogleSearchAgentTool


public class GoogleSearchAgentTool extends AgentTool
A tool that wraps a sub-agent that only uses google_search tool.

This is a workaround to support using google_search tool with other tools. TODO(b/448114567): Remove once the workaround is no longer needed.