mirror of
https://github.com/openai/codex.git
synced 2026-04-25 07:05:38 +00:00
Align main realtime v2 wire and runtime flow
Port the realtime v2 session, parser, app-server, and conversation runtime behavior onto the split websocket-method base without pulling in the startup-context or TUI playback slices. Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -2771,6 +2771,12 @@
|
||||
"data": {
|
||||
"type": "string"
|
||||
},
|
||||
"itemId": {
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"numChannels": {
|
||||
"format": "uint16",
|
||||
"minimum": 0.0,
|
||||
|
||||
Reference in New Issue
Block a user