mirror of
https://github.com/openai/codex.git
synced 2026-04-25 07:05:38 +00:00
mandate metadata_id and use constructor
This commit is contained in:
@@ -812,10 +812,7 @@
|
||||
"properties": {
|
||||
"metadata_id": {
|
||||
"description": "Client-visible metadata ID generated by Codex for this item.",
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
"type": "string"
|
||||
},
|
||||
"user_message_type": {
|
||||
"anyOf": [
|
||||
@@ -828,6 +825,9 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"metadata_id"
|
||||
],
|
||||
"type": "object"
|
||||
},
|
||||
"ResponsesApiWebSearchAction": {
|
||||
|
||||
Reference in New Issue
Block a user