Updated Agent Icons

This commit is contained in:
abhishekshankr
2023-12-18 03:09:35 -05:00
parent a3017242c6
commit 5917a9af51
14 changed files with 74 additions and 54 deletions
@@ -23,7 +23,7 @@ class CSV_Agents implements INode {
this.version = 1.0
this.type = 'AgentExecutor'
this.category = 'Agents'
this.icon = 'csvagent.png'
this.icon = 'CSVagent.svg'
this.description = 'Agent used to to answer queries on CSV data'
this.baseClasses = [this.type, ...getBaseClasses(AgentExecutor)]
this.inputs = [