Updated chain icons
This commit is contained in:
parent
033df260a5
commit
4b8ebd494a
|
|
@ -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 = 'conv.svg'
|
||||
this.category = 'Chains'
|
||||
this.description = 'Chat models specific conversational chain with memory'
|
||||
this.baseClasses = [this.type, ...getBaseClasses(ConversationChain)]
|
||||
|
|
|
|||
|
|
@ -1,3 +0,0 @@
|
|||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M8.5 17C6.01472 17 3.99999 14.9853 4 12.5C4.00001 10.0147 6.01473 8.00002 8.5 8.00001L10.2472 8.00001C12.7325 8 14.7472 10.0147 14.7472 12.5M9.53236 11.5C9.53235 13.9853 11.5471 16 14.0324 16H15.7781C18.2634 16 20.2781 13.9853 20.2781 11.5C20.2782 9.01473 18.2634 6.99999 15.7781 7" stroke="black" stroke-width="1.5" stroke-linecap="round"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 454 B |
|
|
@ -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)]
|
||||
|
|
|
|||
|
|
@ -1,6 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-dna" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
||||
<path d="M14.828 14.828a4 4 0 1 0 -5.656 -5.656a4 4 0 0 0 5.656 5.656z"></path>
|
||||
<path d="M9.172 20.485a4 4 0 1 0 -5.657 -5.657"></path>
|
||||
<path d="M14.828 3.515a4 4 0 0 0 5.657 5.657"></path>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 489 B |
Loading…
Reference in New Issue