Updated tools and utilities icons

This commit is contained in:
abhishekshankr
2023-12-18 04:05:51 -05:00
parent 6e68df0d27
commit 37030b9ace
26 changed files with 127 additions and 77 deletions
@@ -21,7 +21,7 @@ class Retriever_Tools implements INode {
this.name = 'retrieverTool'
this.version = 1.0
this.type = 'RetrieverTool'
this.icon = 'retriever-tool.png'
this.icon = 'retrievertool.svg'
this.category = 'Tools'
this.description = 'Use a retriever as allowed tool for agent'
this.baseClasses = [this.type, 'DynamicTool', ...getBaseClasses(DynamicTool)]