rename uuid to metadata_id and introduce metadata variants

This commit is contained in:
Roy Han
2026-03-20 15:38:36 -07:00
parent ddab859227
commit 1db74b7287
12 changed files with 88 additions and 88 deletions

View File

@@ -10226,7 +10226,7 @@
"metadata": {
"anyOf": [
{
"$ref": "#/definitions/v2/ResponseItemMetadata"
"$ref": "#/definitions/v2/ResponseItemMessageMetadata"
},
{
"type": "null"
@@ -10683,8 +10683,15 @@
}
]
},
"ResponseItemMetadata": {
"ResponseItemMessageMetadata": {
"properties": {
"metadata_id": {
"description": "Client-visible metadata ID generated by Codex for this item.",
"type": [
"string",
"null"
]
},
"user_message_type": {
"anyOf": [
{
@@ -10694,13 +10701,6 @@
"type": "null"
}
]
},
"uuid": {
"description": "Client-visible UUID generated by Codex for this item.",
"type": [
"string",
"null"
]
}
},
"type": "object"