Class AgentTool
java.lang.Object
com.google.adk.tools.BaseTool
com.google.adk.tools.AgentTool
AgentTool implements a tool that allows an agent to call another agent.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.adk.tools.BaseTool
description, longRunning, name, processLlmRequest
-
Constructor Details
-
AgentTool
-
-
Method Details
-
create
-
create
-
declaration
Description copied from class:BaseTool
Gets theFunctionDeclaration
representation of this tool.- Overrides:
declaration
in classBaseTool
-
runAsync
-