This commit is contained in:
Ahmed Ibrahim
2025-07-09 17:58:29 -07:00
parent 3df732caa1
commit 8b23e160c4

View File

@@ -55,7 +55,9 @@ mod tests {
let items = vec![ResponseItem::Message {
role: "user".into(),
content: vec![ContentItem::InputText { text: "hello".into() }],
content: vec![ContentItem::InputText {
text: "hello".into(),
}],
}];
hist.record_items(items.iter());