mirror of
https://github.com/openai/codex.git
synced 2026-04-25 15:15:15 +00:00
schema cleanup
This commit is contained in:
@@ -2457,6 +2457,13 @@
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"SubmissionType": {
|
||||
"enum": [
|
||||
"prompt",
|
||||
"prompt_queued"
|
||||
],
|
||||
"type": "string"
|
||||
},
|
||||
"TextElement": {
|
||||
"properties": {
|
||||
"byteRange": {
|
||||
@@ -3225,6 +3232,17 @@
|
||||
],
|
||||
"description": "Override the service tier for this turn and subsequent turns."
|
||||
},
|
||||
"submissionType": {
|
||||
"anyOf": [
|
||||
{
|
||||
"$ref": "#/definitions/SubmissionType"
|
||||
},
|
||||
{
|
||||
"type": "null"
|
||||
}
|
||||
],
|
||||
"description": "Classify the primary input message submitted with `turn/start`."
|
||||
},
|
||||
"summary": {
|
||||
"anyOf": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user