mirror of
https://github.com/openai/codex.git
synced 2026-09-20 12:47:38 +00:00
Merge fa2980960b into sapling-pr-archive-bolinfest
This commit is contained in:
@@ -271,6 +271,11 @@ mod tests {
|
||||
session
|
||||
.record_conversation_items(&turn, std::slice::from_ref(&history_item))
|
||||
.await;
|
||||
let raw_history_event = rx.recv().await.expect("history raw response item event");
|
||||
let EventMsg::RawResponseItem(raw_history_item) = raw_history_event.msg else {
|
||||
panic!("expected raw response item event");
|
||||
};
|
||||
assert_eq!(raw_history_item.item, history_item);
|
||||
let invocation = ToolInvocation {
|
||||
session,
|
||||
turn,
|
||||
|
||||
Reference in New Issue
Block a user