Removes prior comment

This commit is contained in:
Jared Tracy 2024-02-07 22:08:41 -06:00
parent d7f9c07381
commit d0b1980482
1 changed files with 0 additions and 2 deletions

View File

@ -158,8 +158,6 @@ class BufferMemoryExtended extends FlowiseMemory implements MemoryMethods {
super(fields)
this.sessionId = fields.sessionId
this.dynamodbClient = fields.dynamodbClient
// These fields are coming in on chatHistory, but should they be on the dynamodbClient instead?
this.tableName = fields.tableName
this.partitionKey = fields.partitionKey
this.dynamoKey = fields.dynamoKey