Adds a new message to the database.
The BaseMessage instance to be added.
A promise that resolves when the message has been added.
Retrieves all messages associated with the session ID, ordered by creation time.
A promise that resolves to an array of BaseMessage instances.
Generated using TypeDoc
A class for managing chat message history using Xata.io client. It extends the BaseListChatMessageHistory class and provides methods to get, add, and clear messages. It also ensures the existence of a table where the chat messages are stored.