agents property

The static Agent Configuration.

This map defines the graph structure of the agent system. Key: agent_id (matches the author field in events). Value: The static configuration of the agent (tools, instructions, sub-agents).

Optional.

Implementation

core.Map<
  core.String,
  GoogleCloudAiplatformV1EvaluationInstanceDeprecatedAgentConfig
>?
agents;