Address responsesapi client metadata review feedback

This commit is contained in:
Neil Patel
2026-04-06 16:41:03 -04:00
parent 88d71ef081
commit c4f4372b15
53 changed files with 349 additions and 184 deletions

View File

@@ -12383,16 +12383,6 @@
],
"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": [
@@ -12531,16 +12521,6 @@
"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"