codex: seed turn metadata from app-server turn start

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
nicholasclark-openai
2026-03-18 21:14:48 -07:00
parent db3ddeae35
commit 6e8ebdc5bc
47 changed files with 911 additions and 6 deletions

View File

@@ -11672,6 +11672,16 @@
},
"type": "array"
},
"metadata": {
"additionalProperties": {
"type": "string"
},
"description": "Optional string metadata attached only to this turn.",
"type": [
"object",
"null"
]
},
"model": {
"description": "Override the model for this turn and subsequent turns.",
"type": [