Class providing methods to interact with a DynamoDB table to store and retrieve chat messages. It extends the BaseListChatMessageHistory class.
BaseListChatMessageHistory
Adds a new message to the DynamoDB table.
The message to be added to the DynamoDB table.
Adds new messages to the DynamoDB table.
The messages to be added to the DynamoDB table.
Deletes all messages from the DynamoDB table.
Retrieves all messages from the DynamoDB table and returns them as an array of BaseMessage instances.
BaseMessage
Array of stored messages
Generated using TypeDoc
Class providing methods to interact with a DynamoDB table to store and retrieve chat messages. It extends the
BaseListChatMessageHistory
class.