mirror of
https://github.com/openai/codex.git
synced 2026-04-29 00:55:38 +00:00
Forward app-server turn client metadata
This commit is contained in:
@@ -165,6 +165,16 @@
|
||||
}
|
||||
},
|
||||
"properties": {
|
||||
"clientMetadata": {
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
},
|
||||
"description": "Optional turn-scoped Responses API client metadata.",
|
||||
"type": [
|
||||
"object",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"expectedTurnId": {
|
||||
"description": "Required active turn id precondition. The request fails when it does not match the currently active turn.",
|
||||
"type": "string"
|
||||
|
||||
Reference in New Issue
Block a user