codex: fix CI failure on PR #16960

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
Ahmed Ibrahim
2026-04-06 18:08:42 -07:00
parent 6c6e269fac
commit c7d326f47a

View File

@@ -7046,6 +7046,7 @@ fn realtime_text_for_event(msg: &EventMsg) -> Option<String> {
EventMsg::Error(_)
| EventMsg::Warning(_)
| EventMsg::RealtimeConversationStarted(_)
| EventMsg::RealtimeConversationCallCreated(_)
| EventMsg::RealtimeConversationRealtime(_)
| EventMsg::RealtimeConversationClosed(_)
| EventMsg::ModelReroute(_)