mirror of
https://github.com/openai/codex.git
synced 2026-09-09 15:58:47 +00:00
codex: fix realtime transcript done fixture
This commit is contained in:
@@ -482,8 +482,13 @@ async fn realtime_conversation_streams_v2_notifications() -> Result<()> {
|
||||
"delta": "working"
|
||||
}),
|
||||
json!({
|
||||
"type": "response.output_text.done",
|
||||
"text": "working on it"
|
||||
"type": "conversation.item.done",
|
||||
"item": {
|
||||
"id": "item_assistant_1",
|
||||
"type": "message",
|
||||
"role": "assistant",
|
||||
"content": [{ "type": "output_text", "text": "working on it" }]
|
||||
}
|
||||
}),
|
||||
json!({
|
||||
"type": "conversation.item.done",
|
||||
|
||||
Reference in New Issue
Block a user