RealtimeResponseFunctionCallArgumentsDeltaEvent constructor
RealtimeResponseFunctionCallArgumentsDeltaEvent({})
Implementation
RealtimeResponseFunctionCallArgumentsDeltaEvent({
required this.eventId,
required this.responseId,
required this.itemId,
required this.outputIndex,
required this.callId,
required this.delta, // incremental JSON-string fragment
}) : super('response.function_call_arguments.delta');