mirror of
https://github.com/openai/codex.git
synced 2026-04-24 06:35:50 +00:00
fix(core): apply refreshed clippy suggestions
Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -543,7 +543,8 @@ impl AgentControl {
|
||||
vec![UserInput::Text {
|
||||
text: prompt,
|
||||
text_elements: Vec::new(),
|
||||
}].into(),
|
||||
}]
|
||||
.into(),
|
||||
)
|
||||
.await
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user