Interface protos.google.cloud.aiplatform.v1beta1.IAgentConfig (6.8.1)

Properties of an AgentConfig.

Package

@google-cloud/aiplatform

Properties

agentId

agentId?: (string|null);

AgentConfig agentId

agentType

agentType?: (string|null);

AgentConfig agentType

description

description?: (string|null);

AgentConfig description

instruction

instruction?: (string|null);

AgentConfig instruction

subAgents

subAgents?: (string[]|null);

AgentConfig subAgents

tools

tools?: (google.cloud.aiplatform.v1beta1.ITool[]|null);

AgentConfig tools