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

@@ -324,17 +324,6 @@
"default": {},
"type": "object"
},
"remote_control": {
"anyOf": [
{
"$ref": "#/definitions/RemoteControlConfig"
},
{
"type": "null"
}
],
"default": null
},
"review_model": {
"type": [
"string",
@@ -732,17 +721,6 @@
}
]
},
"RemoteControlConfig": {
"properties": {
"base_url": {
"type": "string"
}
},
"required": [
"base_url"
],
"type": "object"
},
"SandboxMode": {
"enum": [
"read-only",