mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 21:00:58 +03:00
Update UpstashRedisBackedChatMemory.ts
camelCase node name
This commit is contained in:
+2
-2
@@ -18,12 +18,12 @@ class UpstashRedisBackedChatMemory_Memory implements INode {
|
|||||||
|
|
||||||
constructor() {
|
constructor() {
|
||||||
this.label = 'Upstash Redis-Backed Chat Memory'
|
this.label = 'Upstash Redis-Backed Chat Memory'
|
||||||
this.name = 'UpstashRedisBackedChatMemory'
|
this.name = 'upstashRedisBackedChatMemory'
|
||||||
this.version = 1.0
|
this.version = 1.0
|
||||||
this.type = 'UpstashRedisBackedChatMemory'
|
this.type = 'UpstashRedisBackedChatMemory'
|
||||||
this.icon = 'upstash.svg'
|
this.icon = 'upstash.svg'
|
||||||
this.category = 'Memory'
|
this.category = 'Memory'
|
||||||
this.description = 'Summarizes the conversation and stores the memory in upstash Redis server'
|
this.description = 'Summarizes the conversation and stores the memory in Upstash Redis server'
|
||||||
this.baseClasses = [this.type, ...getBaseClasses(BufferMemory)]
|
this.baseClasses = [this.type, ...getBaseClasses(BufferMemory)]
|
||||||
this.credential = {
|
this.credential = {
|
||||||
label: 'Connect Credential',
|
label: 'Connect Credential',
|
||||||
|
|||||||
Reference in New Issue
Block a user