[codex-analytics] add queued submission metadata

This commit is contained in:
rhan-oai
2026-04-03 15:36:30 -07:00
parent 660111f723
commit 2a2a8c83a1
57 changed files with 447 additions and 7 deletions

View File

@@ -2473,6 +2473,13 @@
},
"type": "object"
},
"SubmissionType": {
"enum": [
"prompt",
"prompt_queued"
],
"type": "string"
},
"TextElement": {
"properties": {
"byteRange": {
@@ -3241,6 +3248,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": [
{