MAIDR Documentation - v3.58.2
    Preparing search index...

    Represents the state of the chat interface.

    interface ChatState {
        messages: Message[];
        suggestions: Suggestion[];
    }
    Index

    Properties

    messages: Message[]
    suggestions: Suggestion[]