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

@@ -854,6 +854,12 @@
"id": {
"type": "string"
},
"namespace": {
"type": [
"string",
"null"
]
},
"status": {
"$ref": "#/definitions/DynamicToolCallStatus"
},