RemoteAgentTool(mapping=None, *, ignore_unknown_fields=False, **kwargs)Represents a tool that allows the agent to call another remote agent.
Attributes |
|
|---|---|
| Name | Description |
name |
str
Required. The name of the tool. |
description |
str
Required. The description of the tool. |
agent_card |
google.cloud.ces_v1beta.types.AgentCard
Required. The agent card of the remote agent that this tool invokes. |