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

@@ -1,13 +0,0 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"threadId": {
"type": "string"
}
},
"required": [
"threadId"
],
"title": "ThreadBackgroundTerminalsCleanParams",
"type": "object"
}

View File

@@ -1,5 +0,0 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "ThreadBackgroundTerminalsCleanResponse",
"type": "object"
}