EvaluationInstance_DeprecatedAgentConfig constructor

EvaluationInstance_DeprecatedAgentConfig({
  1. String? toolsText,
  2. EvaluationInstance_DeprecatedAgentConfig_Tools? tools,
  3. String agentId = '',
  4. String agentType = '',
  5. String description = '',
  6. List<String> subAgents = const [],
  7. EvaluationInstance_InstanceData? developerInstruction,
})

Implementation

EvaluationInstance_DeprecatedAgentConfig({
  this.toolsText,
  this.tools,
  this.agentId = '',
  this.agentType = '',
  this.description = '',
  this.subAgents = const [],
  this.developerInstruction,
}) : super(fullyQualifiedName);