mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
lint
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user