Added additional test icons

This commit is contained in:
abhishekshankr
2023-12-13 12:52:27 -05:00
parent d214ddfe5b
commit 966a7dc861
2 changed files with 4 additions and 7 deletions
@@ -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)]