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
@@ -22,7 +22,7 @@ class StructuredOutputParser implements INode {
this.version = 1.0
this.type = 'StructuredOutputParser'
this.description = 'Parse the output of an LLM call into a given (JSON) structure.'
this.icon = 'structure.png'
this.icon = 'structure.svg'
this.category = CATEGORY
this.baseClasses = [this.type, ...getBaseClasses(BaseOutputParser)]
this.inputs = [