EvaluationInstance_DeprecatedAgentConfig constructor
EvaluationInstance_DeprecatedAgentConfig({
- String? toolsText,
- EvaluationInstance_DeprecatedAgentConfig_Tools? tools,
- String agentId = '',
- String agentType = '',
- String description = '',
- List<
String> subAgents = const [], - EvaluationInstance_InstanceData? developerInstruction,
Implementation
EvaluationInstance_DeprecatedAgentConfig({
this.toolsText,
this.tools,
this.agentId = '',
this.agentType = '',
this.description = '',
this.subAgents = const [],
this.developerInstruction,
}) : super(fullyQualifiedName);