mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 15:00:57 +03:00
Added additional test icons
This commit is contained in:
@@ -26,7 +26,7 @@ class ConversationChain_Chains implements INode {
|
||||
this.name = 'conversationChain'
|
||||
this.version = 1.0
|
||||
this.type = 'ConversationChain'
|
||||
this.icon = 'chain.svg'
|
||||
this.icon = 'Chain.svg'
|
||||
this.category = 'Chains'
|
||||
this.description = 'Chat models specific conversational chain with memory'
|
||||
this.baseClasses = [this.type, ...getBaseClasses(ConversationChain)]
|
||||
|
||||
Reference in New Issue
Block a user