Updated chain icons

This commit is contained in:
abhishekshankr
2023-12-18 03:27:10 -05:00
parent 033df260a5
commit 4b8ebd494a
4 changed files with 2 additions and 11 deletions
@@ -20,7 +20,7 @@ class MultiPromptChain_Chains implements INode {
this.name = 'multiPromptChain'
this.version = 1.0
this.type = 'MultiPromptChain'
this.icon = 'chain.svg'
this.icon = 'prompt.svg'
this.category = 'Chains'
this.description = 'Chain automatically picks an appropriate prompt from multiple prompt templates'
this.baseClasses = [this.type, ...getBaseClasses(MultiPromptChain)]