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

@@ -5,6 +5,12 @@
"callId": {
"type": "string"
},
"namespace": {
"type": [
"string",
"null"
]
},
"threadId": {
"type": "string"
},
@@ -24,4 +30,4 @@
],
"title": "DynamicToolCallParams",
"type": "object"
}
}