[codex-analytics] add queued submission metadata

This commit is contained in:
rhan-oai
2026-04-06 21:40:43 -07:00
parent d6753245d6
commit b09d3612d3
58 changed files with 586 additions and 7 deletions

View File

@@ -10056,6 +10056,13 @@
}
]
},
"SubmissionType": {
"enum": [
"prompt",
"prompt_queued"
],
"type": "string"
},
"TerminalInteractionNotification": {
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
@@ -12617,6 +12624,17 @@
],
"description": "Override the service tier for this turn and subsequent turns."
},
"submissionType": {
"anyOf": [
{
"$ref": "#/definitions/SubmissionType"
},
{
"type": "null"
}
],
"description": "Metadata describing how the prompt was submitted."
},
"summary": {
"anyOf": [
{