mirror of
https://github.com/openai/codex.git
synced 2026-09-17 12:23:33 +00:00
fix truncation tests
This commit is contained in:
@@ -77,7 +77,7 @@ mod tests {
|
||||
ResponseItem::Message {
|
||||
id: None,
|
||||
role: "user".to_string(),
|
||||
content: vec![ContentItem::OutputText {
|
||||
content: vec![ContentItem::InputText {
|
||||
text: text.to_string(),
|
||||
}],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user