agents property

Map<String, GoogleCloudAiplatformV1AgentConfig>? agents
getter/setter pair

Contains 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.

Optional.

Implementation

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