mirror of
https://github.com/openai/codex.git
synced 2026-04-28 08:34:54 +00:00
Forward app-server turn client metadata
This commit is contained in:
@@ -521,6 +521,16 @@
|
||||
],
|
||||
"description": "Override where approval requests are routed for review on this turn and subsequent turns."
|
||||
},
|
||||
"clientMetadata": {
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
},
|
||||
"description": "Optional turn-scoped Responses API client metadata.",
|
||||
"type": [
|
||||
"object",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"cwd": {
|
||||
"description": "Override the working directory for this turn and subsequent turns.",
|
||||
"type": [
|
||||
|
||||
Reference in New Issue
Block a user