GoogleCloudAiplatformV1EvaluationInstanceAgentConfig constructor
GoogleCloudAiplatformV1EvaluationInstanceAgentConfig({
- String? agentId,
- String? agentType,
- String? description,
- GoogleCloudAiplatformV1EvaluationInstanceInstanceData? developerInstruction,
- List<
String> ? subAgents, - GoogleCloudAiplatformV1EvaluationInstanceAgentConfigTools? tools,
- String? toolsText,
Implementation
GoogleCloudAiplatformV1EvaluationInstanceAgentConfig({
this.agentId,
this.agentType,
this.description,
this.developerInstruction,
this.subAgents,
this.tools,
this.toolsText,
});