CustomToolCallOutputItem constructor
const
CustomToolCallOutputItem({
- required String id,
- AgentTag? agent,
- required String callId,
- required FunctionCallOutput output,
- FunctionCallOutputStatus? status,
- String? createdBy,
- ToolCallCaller? caller,
Creates a CustomToolCallOutputItem.
Implementation
const CustomToolCallOutputItem({
required this.id,
this.agent,
required this.callId,
required this.output,
this.status,
this.createdBy,
this.caller,
});