Removes prior comment
This commit is contained in:
parent
d7f9c07381
commit
d0b1980482
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue