GoogleCloudAiplatformV1AgentDataAgentConfig class

Represents configuration for an Agent.

Constructors

GoogleCloudAiplatformV1AgentDataAgentConfig({String? agentId, String? agentType, String? description, String? developerInstruction, List<String>? subAgents, List<GoogleCloudAiplatformV1Tool>? tools})
GoogleCloudAiplatformV1AgentDataAgentConfig.fromJson(Map json_)

Properties

agentId String?
Unique identifier of the agent.
getter/setter pair
agentType String?
The type or class of the agent (e.g., "LlmAgent", "RouterAgent", "ToolUseAgent").
getter/setter pair
description String?
A high-level description of the agent's role and responsibilities.
getter/setter pair
developerInstruction String?
Instructions from the developer for the agent.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subAgents List<String>?
The list of valid agent IDs that this agent can delegate to.
getter/setter pair
tools List<GoogleCloudAiplatformV1Tool>?
The list of tools available to this agent.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited