Hiyve Components - v1.0.0
    Preparing search index...

    Interface ChatHistoryResponse

    Response from the chat history endpoint.

    interface ChatHistoryResponse {
        messages: ChatHistoryMessage[];
        nextCursor: string | null;
        success: boolean;
    }
    Index

    Properties

    messages: ChatHistoryMessage[]
    nextCursor: string | null
    success: boolean