Refresh Codex protocol schemas
This commit is contained in:
@@ -8,6 +8,15 @@
|
||||
"threadId"
|
||||
],
|
||||
"properties": {
|
||||
"threadId": {
|
||||
"type": "string"
|
||||
},
|
||||
"clientUserMessageId": {
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"expectedTurnId": {
|
||||
"description": "Required active turn id precondition. The request fails when it does not match the currently active turn.",
|
||||
"type": "string"
|
||||
@@ -17,12 +26,31 @@
|
||||
"items": {
|
||||
"$ref": "#/definitions/UserInput"
|
||||
}
|
||||
},
|
||||
"threadId": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"definitions": {
|
||||
"AdditionalContextEntry": {
|
||||
"type": "object",
|
||||
"required": [
|
||||
"kind",
|
||||
"value"
|
||||
],
|
||||
"properties": {
|
||||
"kind": {
|
||||
"$ref": "#/definitions/AdditionalContextKind"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"AdditionalContextKind": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"untrusted",
|
||||
"application"
|
||||
]
|
||||
},
|
||||
"ByteRange": {
|
||||
"type": "object",
|
||||
"required": [
|
||||
@@ -45,6 +73,8 @@
|
||||
"ImageDetail": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"auto",
|
||||
"low",
|
||||
"high",
|
||||
"original"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user