mirror of
https://github.com/openai/codex.git
synced 2026-04-29 00:55:38 +00:00
nit fix
This commit is contained in:
@@ -749,6 +749,7 @@ fn agent_message_produces_item_completed_agent_message() {
|
||||
EventMsg::AgentMessage(AgentMessageEvent {
|
||||
message: "hello".to_string(),
|
||||
phase: None,
|
||||
memory_citation: None,
|
||||
}),
|
||||
);
|
||||
let out = ep.collect_thread_events(&ev);
|
||||
|
||||
Reference in New Issue
Block a user