mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 23:01:09 +03:00
Update MomentoCache.ts Base Class
This commit is contained in:
@@ -21,7 +21,7 @@ class MomentoCache implements INode {
|
|||||||
this.type = 'Cache'
|
this.type = 'Cache'
|
||||||
this.icon = 'momento.png'
|
this.icon = 'momento.png'
|
||||||
this.category = 'Cache'
|
this.category = 'Cache'
|
||||||
this.baseClasses = [this.type, ...getBaseClasses(MomentoCache)]
|
this.baseClasses = [this.type, ...getBaseClasses(LangchainMomentoCache)]
|
||||||
this.credential = {
|
this.credential = {
|
||||||
label: 'Connect Credential',
|
label: 'Connect Credential',
|
||||||
name: 'credential',
|
name: 'credential',
|
||||||
|
|||||||
Reference in New Issue
Block a user