Add new visibility flag to DyanmicToolSpecs

This commit is contained in:
Channing Conger
2026-03-02 21:34:28 +00:00
parent d94f0b6ce7
commit 160b7ce0d3
14 changed files with 180 additions and 24 deletions

View File

@@ -49,6 +49,10 @@
"type": "string"
},
"inputSchema": true,
"modelVisible": {
"default": true,
"type": "boolean"
},
"name": {
"type": "string"
}