





















@@ -27,18 +27,13 @@
2727"httpStatusCode": {
2828"format": "uint16",
2929"minimum": 0.0,
30-"type": [
31-"integer",
32-"null"
33- ]
30+"type": ["integer", "null"]
3431 }
3532 },
3633"type": "object"
3734 }
3835 },
39-"required": [
40-"httpConnectionFailed"
41- ],
36+"required": ["httpConnectionFailed"],
4237"title": "HttpConnectionFailedCodexErrorInfo",
4338"type": "object"
4439 },
@@ -51,18 +46,13 @@
5146"httpStatusCode": {
5247"format": "uint16",
5348"minimum": 0.0,
54-"type": [
55-"integer",
56-"null"
57- ]
49+"type": ["integer", "null"]
5850 }
5951 },
6052"type": "object"
6153 }
6254 },
63-"required": [
64-"responseStreamConnectionFailed"
65- ],
55+"required": ["responseStreamConnectionFailed"],
6656"title": "ResponseStreamConnectionFailedCodexErrorInfo",
6757"type": "object"
6858 },
@@ -75,18 +65,13 @@
7565"httpStatusCode": {
7666"format": "uint16",
7767"minimum": 0.0,
78-"type": [
79-"integer",
80-"null"
81- ]
68+"type": ["integer", "null"]
8269 }
8370 },
8471"type": "object"
8572 }
8673 },
87-"required": [
88-"responseStreamDisconnected"
89- ],
74+"required": ["responseStreamDisconnected"],
9075"title": "ResponseStreamDisconnectedCodexErrorInfo",
9176"type": "object"
9277 },
@@ -99,18 +84,13 @@
9984"httpStatusCode": {
10085"format": "uint16",
10186"minimum": 0.0,
102-"type": [
103-"integer",
104-"null"
105- ]
87+"type": ["integer", "null"]
10688 }
10789 },
10890"type": "object"
10991 }
11092 },
111-"required": [
112-"responseTooManyFailedAttempts"
113- ],
93+"required": ["responseTooManyFailedAttempts"],
11494"title": "ResponseTooManyFailedAttemptsCodexErrorInfo",
11595"type": "object"
11696 },
@@ -124,35 +104,25 @@
124104"$ref": "#/definitions/NonSteerableTurnKind"
125105 }
126106 },
127-"required": [
128-"turnKind"
129- ],
107+"required": ["turnKind"],
130108"type": "object"
131109 }
132110 },
133-"required": [
134-"activeTurnNotSteerable"
135- ],
111+"required": ["activeTurnNotSteerable"],
136112"title": "ActiveTurnNotSteerableCodexErrorInfo",
137113"type": "object"
138114 }
139115 ]
140116 },
141117"NonSteerableTurnKind": {
142-"enum": [
143-"review",
144-"compact"
145- ],
118+"enum": ["review", "compact"],
146119"type": "string"
147120 },
148121"TurnError": {
149122"properties": {
150123"additionalDetails": {
151124"default": null,
152-"type": [
153-"string",
154-"null"
155- ]
125+"type": ["string", "null"]
156126 },
157127"codexErrorInfo": {
158128"anyOf": [
@@ -168,9 +138,7 @@
168138"type": "string"
169139 }
170140 },
171-"required": [
172-"message"
173- ],
141+"required": ["message"],
174142"type": "object"
175143 }
176144 },
@@ -188,12 +156,7 @@
188156"type": "boolean"
189157 }
190158 },
191-"required": [
192-"error",
193-"threadId",
194-"turnId",
195-"willRetry"
196- ],
159+"required": ["error", "threadId", "turnId", "willRetry"],
197160"title": "ErrorNotification",
198161"type": "object"
199-}
162+}
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。