GoogleCloudAiplatformV1AgentConfig constructor

GoogleCloudAiplatformV1AgentConfig({
  1. String? agentId,
  2. String? agentType,
  3. String? description,
  4. String? instruction,
  5. List<String>? subAgents,
  6. List<GoogleCloudAiplatformV1Tool>? tools,
})

Implementation

GoogleCloudAiplatformV1AgentConfig({
  this.agentId,
  this.agentType,
  this.description,
  this.instruction,
  this.subAgents,
  this.tools,
});