mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
clean
This commit is contained in:
@@ -2098,10 +2098,11 @@ async fn try_run_turn(
|
||||
let msg = EventMsg::TurnDiff(TurnDiffEvent { unified_diff });
|
||||
sess.send_event(&turn_context, msg).await;
|
||||
}
|
||||
return Ok(TurnRunResult {
|
||||
let result = TurnRunResult {
|
||||
processed_items,
|
||||
total_token_usage: token_usage.clone(),
|
||||
});
|
||||
};
|
||||
return Ok(result);
|
||||
}
|
||||
ResponseEvent::OutputTextDelta(delta) => {
|
||||
// In review child threads, suppress assistant text deltas; the
|
||||
|
||||
Reference in New Issue
Block a user