ResponseReasoningDone.fromJson constructor
Implementation
ResponseReasoningDone.fromJson(Map<String, dynamic> j)
: text = j['text'] as String,
super(
'response.reasoning.done',
itemId: j['item_id'],
outputIndex: j['output_index'],
contentIndex: j['content_index'],
sequenceNumber: j['sequence_number'],
);