Forward app-server turn client metadata

This commit is contained in:
Neil Patel
2026-03-27 10:41:32 -04:00
parent 21a03f1671
commit e34b6f17a5
25 changed files with 789 additions and 27 deletions

View File

@@ -3151,6 +3151,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": [
@@ -3248,6 +3258,16 @@
},
"TurnSteerParams": {
"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"