mirror of
https://github.com/openai/codex.git
synced 2026-04-25 15:15:15 +00:00
rename uuid to metadata_id and introduce metadata variants
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user