Class for storing chat message history in-memory. It extends the BaseListChatMessageHistory class and provides methods to get, add, and clear messages.
Optional
Method to add a new message to the ChatMessageHistory instance.
The BaseMessage instance to add.
A promise that resolves when the message has been added.
Method to clear all the messages from the ChatMessageHistory instance.
A promise that resolves when all messages have been cleared.
Method to get all the messages stored in the ChatMessageHistory instance.
Array of stored BaseMessage instances.
Generated using TypeDoc
Class for storing chat message history in-memory. It extends the BaseListChatMessageHistory class and provides methods to get, add, and clear messages.