ResponseFunctionCallArgumentsDeltaEvent constructor
const
ResponseFunctionCallArgumentsDeltaEvent({})
Creates a ResponseFunctionCallArgumentsDeltaEvent.
Implementation
const ResponseFunctionCallArgumentsDeltaEvent({
required this.eventId,
required this.responseId,
required this.itemId,
required this.outputIndex,
required this.callId,
required this.delta,
});