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:
parent
fc2ff624ac
commit
3308dc5e48
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue