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