feat: app-server close thread

This commit is contained in:
jif-oai
2026-04-14 18:28:09 +01:00
parent 81c0bcc921
commit 4c26d7af08
16 changed files with 306 additions and 12 deletions

View File

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