ResponeFunctionCallArgumentsDone constructor
const
ResponeFunctionCallArgumentsDone({})
Implementation
const ResponeFunctionCallArgumentsDone({
required this.itemId,
required this.outputIndex,
required this.arguments,
required this.sequenceNumber,
}) : super('response.function_call_arguments.done');