FunctionCallOutput.file constructor
FunctionCallOutput.file({
- required String callId,
- required InputFileContent output,
- FunctionToolCallStatus? status,
- String? id,
Implementation
FunctionCallOutput.file({
required this.callId,
required InputFileContent output,
this.status,
this.id,
}) : output = [output],
super('function_call_output');