GoogleCloudAiplatformV1AgentDataAgentConfig constructor

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

Implementation

GoogleCloudAiplatformV1AgentDataAgentConfig({
  this.agentId,
  this.agentType,
  this.description,
  this.developerInstruction,
  this.subAgents,
  this.tools,
});