Class XataChatMessageHistory<XataClient>

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.

Type Parameters

  • XataClient extends BaseClient

Hierarchy

Constructors

Properties

client: XataClient

Methods

  • Deletes all messages associated with the session ID.

    Returns Promise<void>

    A promise that resolves when the messages have been deleted.

Generated using TypeDoc