schema cleanup

This commit is contained in:
Roy Han
2026-03-26 00:41:48 -07:00
parent 25ca65296a
commit e1f9d57bc8
8 changed files with 79 additions and 2 deletions

View File

@@ -9635,6 +9635,13 @@
}
]
},
"SubmissionType": {
"enum": [
"prompt",
"prompt_queued"
],
"type": "string"
},
"TerminalInteractionNotification": {
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
@@ -12165,6 +12172,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": [
{