mandate metadata_id and use constructor

This commit is contained in:
Roy Han
2026-03-20 15:59:38 -07:00
parent 1db74b7287
commit 13c91bde2e
10 changed files with 70 additions and 97 deletions

View File

@@ -1964,10 +1964,7 @@
"properties": {
"metadata_id": {
"description": "Client-visible metadata ID generated by Codex for this item.",
"type": [
"string",
"null"
]
"type": "string"
},
"user_message_type": {
"anyOf": [
@@ -1980,6 +1977,9 @@
]
}
},
"required": [
"metadata_id"
],
"type": "object"
},
"ResponsesApiWebSearchAction": {