Class AgentTool (0.7.1)

AgentTool(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents a tool that allows the agent to call another agent.

Attributes

Name Description
name str
Required. The name of the agent tool.
description str
Optional. Description of the tool's purpose.
agent str
Optional. The resource name of the agent that is the entry point of the tool. Format: projects/{project}/locations/{location}/agents/{agent}