make thread/backgroundTerminals/clean experimental

This commit is contained in:
jif-oai
2026-02-06 17:24:05 +01:00
parent 8059741b42
commit 13c65ede82
10 changed files with 4 additions and 111 deletions

View File

@@ -2261,17 +2261,6 @@
],
"type": "object"
},
"ThreadBackgroundTerminalsCleanParams": {
"properties": {
"threadId": {
"type": "string"
}
},
"required": [
"threadId"
],
"type": "object"
},
"ThreadCompactStartParams": {
"properties": {
"threadId": {
@@ -3305,30 +3294,6 @@
"title": "Thread/compact/startRequest",
"type": "object"
},
{
"properties": {
"id": {
"$ref": "#/definitions/RequestId"
},
"method": {
"enum": [
"thread/backgroundTerminals/clean"
],
"title": "Thread/backgroundTerminals/cleanRequestMethod",
"type": "string"
},
"params": {
"$ref": "#/definitions/ThreadBackgroundTerminalsCleanParams"
}
},
"required": [
"id",
"method",
"params"
],
"title": "Thread/backgroundTerminals/cleanRequest",
"type": "object"
},
{
"properties": {
"id": {