Skip to content

Commit e4ac5f4

Browse files
committed
Run CodeGen
1 parent 032710e commit e4ac5f4

File tree

1 file changed

+62
-12
lines changed

1 file changed

+62
-12
lines changed

tspCodeModel.json

Lines changed: 62 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -71408,7 +71408,7 @@
7140871408
"name": "ResponseReasoningTextDeltaEvent",
7140971409
"namespace": "OpenAI",
7141071410
"crossLanguageDefinitionId": "OpenAI.ResponseReasoningTextDeltaEvent",
71411-
"usage": "Output",
71411+
"usage": "Output,Json",
7141271412
"doc": "Emitted when a delta is added to a reasoning text.",
7141371413
"discriminatorValue": "response.reasoning_text.delta",
7141471414
"decorators": [],
@@ -71420,6 +71420,7 @@
7142071420
"$id": "5586",
7142171421
"kind": "property",
7142271422
"name": "type",
71423+
"serializedName": "type",
7142371424
"doc": "The type of the event. Always `response.reasoning_text.delta`.",
7142471425
"type": {
7142571426
"$id": "5587",
@@ -71440,13 +71441,18 @@
7144071441
"flatten": false,
7144171442
"decorators": [],
7144271443
"crossLanguageDefinitionId": "OpenAI.ResponseReasoningTextDeltaEvent.type",
71443-
"serializationOptions": {},
71444+
"serializationOptions": {
71445+
"json": {
71446+
"name": "type"
71447+
}
71448+
},
7144471449
"isHttpMetadata": false
7144571450
},
7144671451
{
7144771452
"$id": "5588",
7144871453
"kind": "property",
7144971454
"name": "item_id",
71455+
"serializedName": "item_id",
7145071456
"doc": "The ID of the item this reasoning text delta is associated with.",
7145171457
"type": {
7145271458
"$id": "5589",
@@ -71461,13 +71467,18 @@
7146171467
"flatten": false,
7146271468
"decorators": [],
7146371469
"crossLanguageDefinitionId": "OpenAI.ResponseReasoningTextDeltaEvent.item_id",
71464-
"serializationOptions": {},
71470+
"serializationOptions": {
71471+
"json": {
71472+
"name": "item_id"
71473+
}
71474+
},
7146571475
"isHttpMetadata": false
7146671476
},
7146771477
{
7146871478
"$id": "5590",
7146971479
"kind": "property",
7147071480
"name": "output_index",
71481+
"serializedName": "output_index",
7147171482
"doc": "The index of the output item this reasoning text delta is associated with.",
7147271483
"type": {
7147371484
"$id": "5591",
@@ -71482,13 +71493,18 @@
7148271493
"flatten": false,
7148371494
"decorators": [],
7148471495
"crossLanguageDefinitionId": "OpenAI.ResponseReasoningTextDeltaEvent.output_index",
71485-
"serializationOptions": {},
71496+
"serializationOptions": {
71497+
"json": {
71498+
"name": "output_index"
71499+
}
71500+
},
7148671501
"isHttpMetadata": false
7148771502
},
7148871503
{
7148971504
"$id": "5592",
7149071505
"kind": "property",
7149171506
"name": "content_index",
71507+
"serializedName": "content_index",
7149271508
"doc": "The index of the reasoning content part this delta is associated with.",
7149371509
"type": {
7149471510
"$id": "5593",
@@ -71503,13 +71519,18 @@
7150371519
"flatten": false,
7150471520
"decorators": [],
7150571521
"crossLanguageDefinitionId": "OpenAI.ResponseReasoningTextDeltaEvent.content_index",
71506-
"serializationOptions": {},
71522+
"serializationOptions": {
71523+
"json": {
71524+
"name": "content_index"
71525+
}
71526+
},
7150771527
"isHttpMetadata": false
7150871528
},
7150971529
{
7151071530
"$id": "5594",
7151171531
"kind": "property",
7151271532
"name": "delta",
71533+
"serializedName": "delta",
7151371534
"doc": "The text delta that was added to the reasoning content.",
7151471535
"type": {
7151571536
"$id": "5595",
@@ -71524,7 +71545,11 @@
7152471545
"flatten": false,
7152571546
"decorators": [],
7152671547
"crossLanguageDefinitionId": "OpenAI.ResponseReasoningTextDeltaEvent.delta",
71527-
"serializationOptions": {},
71548+
"serializationOptions": {
71549+
"json": {
71550+
"name": "delta"
71551+
}
71552+
},
7152871553
"isHttpMetadata": false
7152971554
}
7153071555
]
@@ -71535,7 +71560,7 @@
7153571560
"name": "ResponseReasoningTextDoneEvent",
7153671561
"namespace": "OpenAI",
7153771562
"crossLanguageDefinitionId": "OpenAI.ResponseReasoningTextDoneEvent",
71538-
"usage": "Output",
71563+
"usage": "Output,Json",
7153971564
"doc": "Emitted when a reasoning text is completed.",
7154071565
"discriminatorValue": "response.reasoning_text.done",
7154171566
"decorators": [],
@@ -71547,6 +71572,7 @@
7154771572
"$id": "5597",
7154871573
"kind": "property",
7154971574
"name": "type",
71575+
"serializedName": "type",
7155071576
"doc": "The type of the event. Always `response.reasoning_text.done`.",
7155171577
"type": {
7155271578
"$id": "5598",
@@ -71567,13 +71593,18 @@
7156771593
"flatten": false,
7156871594
"decorators": [],
7156971595
"crossLanguageDefinitionId": "OpenAI.ResponseReasoningTextDoneEvent.type",
71570-
"serializationOptions": {},
71596+
"serializationOptions": {
71597+
"json": {
71598+
"name": "type"
71599+
}
71600+
},
7157171601
"isHttpMetadata": false
7157271602
},
7157371603
{
7157471604
"$id": "5599",
7157571605
"kind": "property",
7157671606
"name": "item_id",
71607+
"serializedName": "item_id",
7157771608
"doc": "The ID of the item this reasoning text is associated with.",
7157871609
"type": {
7157971610
"$id": "5600",
@@ -71588,13 +71619,18 @@
7158871619
"flatten": false,
7158971620
"decorators": [],
7159071621
"crossLanguageDefinitionId": "OpenAI.ResponseReasoningTextDoneEvent.item_id",
71591-
"serializationOptions": {},
71622+
"serializationOptions": {
71623+
"json": {
71624+
"name": "item_id"
71625+
}
71626+
},
7159271627
"isHttpMetadata": false
7159371628
},
7159471629
{
7159571630
"$id": "5601",
7159671631
"kind": "property",
7159771632
"name": "output_index",
71633+
"serializedName": "output_index",
7159871634
"doc": "The index of the output item this reasoning text is associated with.",
7159971635
"type": {
7160071636
"$id": "5602",
@@ -71609,13 +71645,18 @@
7160971645
"flatten": false,
7161071646
"decorators": [],
7161171647
"crossLanguageDefinitionId": "OpenAI.ResponseReasoningTextDoneEvent.output_index",
71612-
"serializationOptions": {},
71648+
"serializationOptions": {
71649+
"json": {
71650+
"name": "output_index"
71651+
}
71652+
},
7161371653
"isHttpMetadata": false
7161471654
},
7161571655
{
7161671656
"$id": "5603",
7161771657
"kind": "property",
7161871658
"name": "content_index",
71659+
"serializedName": "content_index",
7161971660
"doc": "The index of the reasoning content part.",
7162071661
"type": {
7162171662
"$id": "5604",
@@ -71630,13 +71671,18 @@
7163071671
"flatten": false,
7163171672
"decorators": [],
7163271673
"crossLanguageDefinitionId": "OpenAI.ResponseReasoningTextDoneEvent.content_index",
71633-
"serializationOptions": {},
71674+
"serializationOptions": {
71675+
"json": {
71676+
"name": "content_index"
71677+
}
71678+
},
7163471679
"isHttpMetadata": false
7163571680
},
7163671681
{
7163771682
"$id": "5605",
7163871683
"kind": "property",
7163971684
"name": "text",
71685+
"serializedName": "text",
7164071686
"doc": "The full text of the completed reasoning content.",
7164171687
"type": {
7164271688
"$id": "5606",
@@ -71651,7 +71697,11 @@
7165171697
"flatten": false,
7165271698
"decorators": [],
7165371699
"crossLanguageDefinitionId": "OpenAI.ResponseReasoningTextDoneEvent.text",
71654-
"serializationOptions": {},
71700+
"serializationOptions": {
71701+
"json": {
71702+
"name": "text"
71703+
}
71704+
},
7165571705
"isHttpMetadata": false
7165671706
}
7165771707
]

0 commit comments

Comments
 (0)