RealtimeFunctionCallOutput constructor
RealtimeFunctionCallOutput({})
Implementation
RealtimeFunctionCallOutput({
this.id,
required this.callId,
required this.output,
required this.status,
}) : super('function_call_output');