RealtimeResponseFunctionCallArgumentsDoneEvent constructor
RealtimeResponseFunctionCallArgumentsDoneEvent({})
Implementation
RealtimeResponseFunctionCallArgumentsDoneEvent({
required this.eventId,
required this.responseId,
required this.itemId,
required this.outputIndex,
required this.callId,
required this.argumentsJson, // final arguments JSON string
}) : super('response.function_call_arguments.done');