wip full delegation

This commit is contained in:
sdcoffey
2026-03-07 09:47:05 -08:00
parent dd9cc542ed
commit 15ba6609c9
46 changed files with 2164 additions and 7 deletions

View File

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