mirror of
https://github.com/openai/codex.git
synced 2026-04-25 15:15:15 +00:00
feat: add memory citation to agent message (#14821)
Client side to come
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