feat: Add model selector node (#16371)

This commit is contained in:
Benjamin Schroth
2025-06-20 15:30:33 +02:00
committed by GitHub
parent a9688b101f
commit 79650ea55a
20 changed files with 1321 additions and 113 deletions

View File

@@ -135,7 +135,8 @@
"dist/nodes/vector_store/VectorStoreZep/VectorStoreZep.node.js",
"dist/nodes/vector_store/VectorStoreZepInsert/VectorStoreZepInsert.node.js",
"dist/nodes/vector_store/VectorStoreZepLoad/VectorStoreZepLoad.node.js",
"dist/nodes/ToolExecutor/ToolExecutor.node.js"
"dist/nodes/ToolExecutor/ToolExecutor.node.js",
"dist/nodes/ModelSelector/ModelSelector.node.js"
]
},
"devDependencies": {