Skip to content

Commit 8a1326d

Browse files
committed
[core] update rollout history test items
1 parent 6165ecf commit 8a1326d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

codex-rs/core/src/rollout_history_tests.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ fn message(role: &str, content: ContentItem) -> ResponseItem {
1010
role: role.to_string(),
1111
content: vec![content],
1212
phase: None,
13+
metadata: None,
1314
}
1415
}
1516

@@ -22,9 +23,11 @@ fn classifies_user_directed_turn_boundaries() {
2223
},
2324
);
2425
let agent_message = ResponseItem::AgentMessage {
26+
id: None,
2527
author: "/root".to_string(),
2628
recipient: "/root/worker".to_string(),
2729
content: Vec::new(),
30+
metadata: None,
2831
};
2932
let instruction = InterAgentCommunication::new(
3033
AgentPath::root(),

0 commit comments

Comments
 (0)