mirror of
https://github.com/openai/codex.git
synced 2026-04-25 07:05:38 +00:00
Restore phase when loading from history (#12244)
This commit is contained in:
@@ -1465,6 +1465,17 @@
|
||||
"message": {
|
||||
"type": "string"
|
||||
},
|
||||
"phase": {
|
||||
"anyOf": [
|
||||
{
|
||||
"$ref": "#/definitions/MessagePhase2"
|
||||
},
|
||||
{
|
||||
"type": "null"
|
||||
}
|
||||
],
|
||||
"default": null
|
||||
},
|
||||
"type": {
|
||||
"enum": [
|
||||
"agent_message"
|
||||
|
||||
Reference in New Issue
Block a user