This commit is contained in:
Ruslan Nigmatullin
2026-03-25 17:54:19 -07:00
parent 685d77d2c1
commit 82be4e88b0
17 changed files with 19 additions and 253 deletions

View File

@@ -1423,18 +1423,6 @@
}
]
},
"RemoteControlConfigToml": {
"additionalProperties": false,
"description": "Remote control settings loaded from config.toml.",
"properties": {
"base_url": {
"default": "https://chatgpt.com/backend-api/",
"description": "Base URL for the remote control server.",
"type": "string"
}
},
"type": "object"
},
"SandboxMode": {
"enum": [
"read-only",
@@ -2438,15 +2426,6 @@
"default": null,
"description": "Experimental / do not use. Realtime websocket session selection. `version` controls v1/v2 and `type` controls conversational/transcription."
},
"remote_control": {
"allOf": [
{
"$ref": "#/definitions/RemoteControlConfigToml"
}
],
"default": null,
"description": "Remote control daemon settings for app-server."
},
"review_model": {
"description": "Review model override used by the `/review` feature.",
"type": "string"