agents property
A map containing the static configurations for each agent in the system.
Key: agent_id (matches the author field in events). Value: The static
configuration of the agent. Required unless gemini_agent_config is set,
in which case the agents map and root_agent_id are derived from the
referenced Gemini Agent.
Optional.
Implementation
core.Map<core.String, GoogleCloudAiplatformV1AgentConfig>? agents;