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

@@ -12383,6 +12383,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": [
@@ -12521,6 +12531,16 @@
"TurnSteerParams": {
"$schema": "http://json-schema.org/draft-07/schema#",
"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"