Class for storing chat message history in-memory. It extends the BaseListChatMessageHistory class and provides methods to get, add, and clear messages.

Hierarchy (view full)

Constructors

Methods

  • Method to add a new message to the ChatMessageHistory instance.

    Parameters

    • message: BaseMessage

      The BaseMessage instance to add.

    Returns Promise<void>

    A promise that resolves when the message has been added.

Generated using TypeDoc