EvaluationInstance_DeprecatedAgentData constructor
EvaluationInstance_DeprecatedAgentData({
- String? toolsText,
- EvaluationInstance_DeprecatedAgentData_Tools? tools,
- EvaluationInstance_DeprecatedAgentData_Events? events,
- Map<
String, EvaluationInstance_DeprecatedAgentConfig> agents = const {}, - List<
EvaluationInstance_DeprecatedAgentData_ConversationTurn> turns = const [], - EvaluationInstance_InstanceData? developerInstruction,
- EvaluationInstance_DeprecatedAgentConfig? agentConfig,
Implementation
EvaluationInstance_DeprecatedAgentData({
this.toolsText,
this.tools,
this.events,
this.agents = const {},
this.turns = const [],
this.developerInstruction,
this.agentConfig,
}) : super(fullyQualifiedName);