mirror of
https://github.com/openai/codex.git
synced 2026-04-25 23:24:55 +00:00
codex: fix remaining CI failures on PR #13681
Update resume expectations for replayed response metadata and regenerate app-server protocol schema fixtures. Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -5448,6 +5448,36 @@
|
||||
"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