mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
feat: add memory citation to agent message (#14821)
Client side to come
This commit is contained in:
committed by
GitHub
Unverified
parent
0f9484dc8a
commit
a265d6043e
@@ -6856,6 +6856,7 @@ async fn emit_agent_message_in_plan_mode(
|
||||
id: agent_message_id.clone(),
|
||||
content: Vec::new(),
|
||||
phase: None,
|
||||
memory_citation: None,
|
||||
})
|
||||
});
|
||||
sess.emit_turn_item_started(turn_context, &start_item).await;
|
||||
|
||||
Reference in New Issue
Block a user