Adds a message to the chat history.
The message to add to the chat history.
Promise that resolves when the message has been added.
Clears all messages from the chat history.
Promise that resolves when the chat history has been cleared.
Retrieves all messages from the chat history.
Promise that resolves with an array of BaseMessage instances.
Class used to store chat message history in Redis. It provides methods to add, retrieve, and clear messages from the chat history.
Example