mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 07:00:49 +03:00
updated memory and out parser icons
This commit is contained in:
+1
-1
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user