mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-29 11:01:18 +03:00
Removes prior comment
This commit is contained in:
@@ -158,8 +158,6 @@ class BufferMemoryExtended extends FlowiseMemory implements MemoryMethods {
|
|||||||
super(fields)
|
super(fields)
|
||||||
this.sessionId = fields.sessionId
|
this.sessionId = fields.sessionId
|
||||||
this.dynamodbClient = fields.dynamodbClient
|
this.dynamodbClient = fields.dynamodbClient
|
||||||
|
|
||||||
// These fields are coming in on chatHistory, but should they be on the dynamodbClient instead?
|
|
||||||
this.tableName = fields.tableName
|
this.tableName = fields.tableName
|
||||||
this.partitionKey = fields.partitionKey
|
this.partitionKey = fields.partitionKey
|
||||||
this.dynamoKey = fields.dynamoKey
|
this.dynamoKey = fields.dynamoKey
|
||||||
|
|||||||
Reference in New Issue
Block a user