dashboard-react
    Preparing search index...

    Interface ChatState

    interface ChatState {
        conversations: Record<string, Conversation>;
        activeConversationId: string | null;
        selectedModelId: string | null;
        modelToConversationId: Record<string, string>;
    }
    Index

    Properties

    conversations: Record<string, Conversation>
    activeConversationId: string | null
    selectedModelId: string | null
    modelToConversationId: Record<string, string>