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

@@ -738,6 +738,7 @@ fn agent_message_produces_item_completed_agent_message() {
"e1",
EventMsg::AgentMessage(AgentMessageEvent {
message: "hello".to_string(),
phase: None,
}),
);
let out = ep.collect_thread_events(&ev);