add memory option

This commit is contained in:
Henry
2023-07-09 16:11:42 +01:00
parent 21552776d6
commit fb28f61f8b
3 changed files with 49 additions and 11 deletions
@@ -13,8 +13,9 @@ class DynamoDb_Memory implements INode {
inputs: INodeParams[]
constructor() {
this.label = 'DynamoDB Memory'
this.name = 'DynamoDbMemory'
this.label = 'DynamoDB Chat Memory'
this.name = 'DynamoDBChatMemory'
this.type = 'DynamoDBChatMemory'
this.icon = 'dynamodb.svg'
this.category = 'Memory'
this.description = 'Stores the conversation in dynamo db table'