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