Separate realtime v2 and v1 runtime behavior

This commit is contained in:
Ahmed Ibrahim
2026-03-04 18:10:13 -08:00
parent a5420779c4
commit 3f8b7a987d
14 changed files with 788 additions and 144 deletions

View File

@@ -398,6 +398,9 @@
"prevent_idle_sleep": {
"type": "boolean"
},
"realtime_v2": {
"type": "boolean"
},
"realtime_conversation": {
"type": "boolean"
},
@@ -1789,6 +1792,9 @@
"prevent_idle_sleep": {
"type": "boolean"
},
"realtime_v2": {
"type": "boolean"
},
"realtime_conversation": {
"type": "boolean"
},
@@ -2248,4 +2254,4 @@
},
"title": "ConfigToml",
"type": "object"
}
}