mirror of
https://github.com/openai/codex.git
synced 2026-04-24 06:35:50 +00:00
fix: Correct the stream error message (#7266)
Fixes a copy paste bug with the error handling in `try_run_turn` I have read the CLA Document and I hereby sign the CLA
This commit is contained in:
@@ -2342,7 +2342,7 @@ async fn try_run_turn(
|
||||
sess.send_event(&turn_context, EventMsg::AgentMessageContentDelta(event))
|
||||
.await;
|
||||
} else {
|
||||
error_or_panic("ReasoningSummaryDelta without active item".to_string());
|
||||
error_or_panic("OutputTextDelta without active item".to_string());
|
||||
}
|
||||
}
|
||||
ResponseEvent::ReasoningSummaryDelta {
|
||||
|
||||
Reference in New Issue
Block a user