updated memory and out parser icons

This commit is contained in:
abhishekshankr
2023-12-18 03:42:06 -05:00
parent 739b8f08be
commit 5847f25464
17 changed files with 109 additions and 57 deletions
@@ -21,7 +21,7 @@ class CSVListOutputParser implements INode {
this.version = 1.0
this.type = 'CSVListOutputParser'
this.description = 'Parse the output of an LLM call as a comma-separated list of values'
this.icon = 'csv.png'
this.icon = 'csv.svg'
this.category = CATEGORY
this.baseClasses = [this.type, ...getBaseClasses(BaseOutputParser)]
this.inputs = [