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