schema update

This commit is contained in:
Roy Han
2026-03-12 09:30:52 -07:00
parent 6af6704e28
commit b9aad60c9f
9 changed files with 183 additions and 1 deletions

View File

@@ -10296,6 +10296,16 @@
],
"writeOnly": true
},
"metadata": {
"anyOf": [
{
"$ref": "#/definitions/ResponseItemMetadata"
},
{
"type": "null"
}
]
},
"phase": {
"anyOf": [
{
@@ -10663,6 +10673,21 @@
}
]
},
"ResponseItemMetadata": {
"properties": {
"user_message_type": {
"anyOf": [
{
"$ref": "#/definitions/UserMessageType"
},
{
"type": "null"
}
]
}
},
"type": "object"
},
"ResponsesApiWebSearchAction": {
"oneOf": [
{