Feature to auto-enable websockets transport (#9578)

This commit is contained in:
pakrym-oai
2026-01-20 20:32:06 -08:00
committed by GitHub
parent fabc2bcc32
commit 527b7b4c02
5 changed files with 61 additions and 1 deletions

View File

@@ -109,6 +109,9 @@
"remote_models": {
"type": "boolean"
},
"responses_websockets": {
"type": "boolean"
},
"shell_snapshot": {
"type": "boolean"
},
@@ -601,6 +604,9 @@
"remote_models": {
"type": "boolean"
},
"responses_websockets": {
"type": "boolean"
},
"shell_snapshot": {
"type": "boolean"
},