Ask a question to get started
Enter to sendā¢Shift+Enter new line
import { ... } from "@langchain/community/stores/message/dynamodb";
Class providing methods to interact with a DynamoDB table to store and retrieve chat messages. It extends the BaseListChatMessageHistory class.
BaseListChatMessageHistory
Interface defining the fields required to create an instance of DynamoDBChatMessageHistory. It includes the DynamoDB table name, session ID, partition key, sort key, message attribute name, and DynamoDB client configuration.
DynamoDBChatMessageHistory