Restore phase when loading from history (#12244)

This commit is contained in:
Jack Mousseau
2026-02-19 09:56:56 -08:00
committed by GitHub
parent f2d5842ed1
commit 3a951f8096
15 changed files with 144 additions and 9 deletions

View File

@@ -649,6 +649,17 @@
"message": {
"type": "string"
},
"phase": {
"anyOf": [
{
"$ref": "#/definitions/MessagePhase"
},
{
"type": "null"
}
],
"default": null
},
"type": {
"enum": [
"agent_message"