mirror of
https://github.com/openai/codex.git
synced 2026-04-26 07:35:29 +00:00
Restore phase when loading from history (#12244)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user