feat(Think Tool Node): ToolThink, a simple tool to force the AI agent to do some thinking (#14351)

This commit is contained in:
Yiorgis Gozadinos
2025-04-03 12:06:23 +03:00
committed by GitHub
parent 85cbfb64c0
commit 281b70be04
3 changed files with 114 additions and 0 deletions

View File

@@ -104,6 +104,7 @@
"dist/nodes/tools/ToolCode/ToolCode.node.js",
"dist/nodes/tools/ToolHttpRequest/ToolHttpRequest.node.js",
"dist/nodes/tools/ToolSerpApi/ToolSerpApi.node.js",
"dist/nodes/tools/ToolThink/ToolThink.node.js",
"dist/nodes/tools/ToolVectorStore/ToolVectorStore.node.js",
"dist/nodes/tools/ToolWikipedia/ToolWikipedia.node.js",
"dist/nodes/tools/ToolWolframAlpha/ToolWolframAlpha.node.js",