mirror of
https://github.com/openai/codex.git
synced 2026-04-25 07:05:38 +00:00
rebase
This commit is contained in:
@@ -351,7 +351,7 @@
|
||||
"metadata": {
|
||||
"anyOf": [
|
||||
{
|
||||
"$ref": "#/definitions/ResponseItemMetadata"
|
||||
"$ref": "#/definitions/ResponseItemMessageMetadata"
|
||||
},
|
||||
{
|
||||
"type": "null"
|
||||
@@ -838,6 +838,38 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"ResponseItemMessageMetadata": {
|
||||
"properties": {
|
||||
"metadata_id": {
|
||||
"description": "Client-visible metadata ID generated by Codex for this item.",
|
||||
"type": "string"
|
||||
},
|
||||
"sandbox_policy": {
|
||||
"anyOf": [
|
||||
{
|
||||
"$ref": "#/definitions/SandboxPolicyMetadata"
|
||||
},
|
||||
{
|
||||
"type": "null"
|
||||
}
|
||||
]
|
||||
},
|
||||
"user_message_type": {
|
||||
"anyOf": [
|
||||
{
|
||||
"$ref": "#/definitions/UserMessageType"
|
||||
},
|
||||
{
|
||||
"type": "null"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"metadata_id"
|
||||
],
|
||||
"type": "object"
|
||||
},
|
||||
"ResponseItemMetadata": {
|
||||
"properties": {
|
||||
"is_tool_call_escalated": {
|
||||
|
||||
Reference in New Issue
Block a user