Add app-server goal clear API

This commit is contained in:
Eric Traut
2026-04-18 15:33:50 -07:00
parent b52337034a
commit 6b758051e1
19 changed files with 597 additions and 2 deletions

View File

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