Add namespaces to dynamic tools

This commit is contained in:
pash
2026-04-17 16:26:16 -07:00
parent 680c4102ae
commit 7a8eb680cb
54 changed files with 455 additions and 47 deletions

View File

@@ -417,6 +417,12 @@
"callId": {
"type": "string"
},
"namespace": {
"type": [
"string",
"null"
]
},
"threadId": {
"type": "string"
},