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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)]