mirror of
https://github.com/openai/codex.git
synced 2026-04-24 06:35:50 +00:00
codex: fix CI failure on PR #15344
Use realtime v2 transcript event types in the app-server fixture so the test exercises the live transcript forwarding path. Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -69,11 +69,11 @@ async fn realtime_conversation_streams_v2_notifications() -> Result<()> {
|
||||
}
|
||||
}),
|
||||
json!({
|
||||
"type": "conversation.input_transcript.delta",
|
||||
"type": "conversation.item.input_audio_transcription.delta",
|
||||
"delta": "delegate now"
|
||||
}),
|
||||
json!({
|
||||
"type": "conversation.output_transcript.delta",
|
||||
"type": "response.output_text.delta",
|
||||
"delta": "working"
|
||||
}),
|
||||
json!({
|
||||
|
||||
Reference in New Issue
Block a user