Update MomentoCache.ts type

This commit is contained in:
Henry Heng
2023-10-08 12:08:23 +01:00
committed by GitHub
parent 77899b956e
commit 643adb5979
@@ -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)]