Update MomentoCache.ts Base Class

This commit is contained in:
Henry Heng 2023-10-08 11:58:37 +01:00 committed by GitHub
parent e01acbc3e8
commit a757491342
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ class MomentoCache implements INode {
this.type = 'Cache'
this.icon = 'momento.png'
this.category = 'Cache'
this.baseClasses = [this.type, ...getBaseClasses(MomentoCache)]
this.baseClasses = [this.type, ...getBaseClasses(LangchainMomentoCache)]
this.credential = {
label: 'Connect Credential',
name: 'credential',