Forward app-server turn client metadata

This commit is contained in:
Neil Patel
2026-03-27 10:41:32 -04:00
parent 1525bbdb9a
commit 167cf313a5
25 changed files with 779 additions and 24 deletions

View File

@@ -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": [