AgentTool
A tool that wraps a BaseAgent.
This tool allows an agent to be called as a tool within a larger application. The agent's input schema is used to define the tool's input parameters, and the agent's output is returned as the tool's result.
Constructors
Properties
Link copied to clipboard
The custom metadata of the tool.
Link copied to clipboard
The description of the tool.
Link copied to clipboard
Whether the tool's final result will be delivered out-of-band. When true, the framework marks the call as long-running and uses the tool's return value as the function-response payload (or suppresses the response entirely if the tool returns Unit).
Link copied to clipboard
Whether to skip summarization of the agent output in the parent agent.