fix(core): apply refreshed clippy suggestions

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
Friel
2026-03-27 19:51:26 -07:00
parent 4d0a1431f8
commit 3be3e8fc87

View File

@@ -543,7 +543,8 @@ impl AgentControl {
vec![UserInput::Text {
text: prompt,
text_elements: Vec::new(),
}].into(),
}]
.into(),
)
.await
}