mirror of
https://github.com/openai/codex.git
synced 2026-04-26 07:35:29 +00:00
codex: keep response metadata out of app-server schema
Mark response metadata as internal-only for schema export and strip it from app-server notifications while keeping rollout persistence intact. Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -2680,36 +2680,6 @@
|
||||
"title": "ExitedReviewModeEventMsg",
|
||||
"type": "object"
|
||||
},
|
||||
{
|
||||
"properties": {
|
||||
"request_id": {
|
||||
"default": null,
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"response_id": {
|
||||
"default": null,
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"type": {
|
||||
"enum": [
|
||||
"response_metadata"
|
||||
],
|
||||
"title": "ResponseMetadataEventMsgType",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"type"
|
||||
],
|
||||
"title": "ResponseMetadataEventMsg",
|
||||
"type": "object"
|
||||
},
|
||||
{
|
||||
"properties": {
|
||||
"item": {
|
||||
@@ -8503,36 +8473,6 @@
|
||||
"title": "ExitedReviewModeEventMsg",
|
||||
"type": "object"
|
||||
},
|
||||
{
|
||||
"properties": {
|
||||
"request_id": {
|
||||
"default": null,
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"response_id": {
|
||||
"default": null,
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"type": {
|
||||
"enum": [
|
||||
"response_metadata"
|
||||
],
|
||||
"title": "ResponseMetadataEventMsgType",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"type"
|
||||
],
|
||||
"title": "ResponseMetadataEventMsg",
|
||||
"type": "object"
|
||||
},
|
||||
{
|
||||
"properties": {
|
||||
"item": {
|
||||
|
||||
Reference in New Issue
Block a user