Add experimental realtime websocket URL override (#12416)

- add top-level `experimental_realtime_ws_base_url` config key
(experimental / do not use) and include it in config schema
- apply the override only to `Op::RealtimeConversation` websocket
transport, with config + realtime tests
This commit is contained in:
Ahmed Ibrahim
2026-02-20 19:51:20 -08:00
committed by GitHub
parent 0644ba7b7e
commit 7ae5d88016
4 changed files with 107 additions and 1 deletions

View File

@@ -1541,6 +1541,10 @@
"experimental_compact_prompt_file": {
"$ref": "#/definitions/AbsolutePathBuf"
},
"experimental_realtime_ws_base_url": {
"description": "Experimental / do not use. Overrides only the realtime conversation websocket transport base URL (the `Op::RealtimeConversation` `/ws` connection) without changing normal provider HTTP requests.",
"type": "string"
},
"experimental_use_freeform_apply_patch": {
"type": "boolean"
},