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

@@ -3034,17 +3034,6 @@
"default": {},
"type": "object"
},
"remote_control": {
"anyOf": [
{
"$ref": "#/definitions/RemoteControlConfig"
},
{
"type": "null"
}
],
"default": null
},
"review_model": {
"type": [
"string",
@@ -7125,17 +7114,6 @@
"title": "ReasoningTextDeltaNotification",
"type": "object"
},
"RemoteControlConfig": {
"properties": {
"base_url": {
"type": "string"
}
},
"required": [
"base_url"
],
"type": "object"
},
"RequestId": {
"anyOf": [
{