mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
clippy
This commit is contained in:
@@ -6223,8 +6223,8 @@ async fn try_run_sampling_request(
|
||||
)
|
||||
.await;
|
||||
}
|
||||
if let Some(state) = plan_mode_state.as_mut() {
|
||||
if handle_assistant_item_done_in_plan_mode(
|
||||
if let Some(state) = plan_mode_state.as_mut()
|
||||
&& handle_assistant_item_done_in_plan_mode(
|
||||
&sess,
|
||||
&turn_context,
|
||||
&item,
|
||||
@@ -6233,9 +6233,8 @@ async fn try_run_sampling_request(
|
||||
&mut last_agent_message,
|
||||
)
|
||||
.await
|
||||
{
|
||||
continue;
|
||||
}
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
let mut ctx = HandleOutputCtx {
|
||||
|
||||
Reference in New Issue
Block a user