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

    Conversation session

    interface ConversationSession {
        createdAt: Date;
        id: string;
        messages: AssistantMessage[];
        roomId?: string;
        title: string;
        updatedAt: Date;
    }
    Index

    Properties

    createdAt: Date

    When the session was created

    id: string

    Session identifier

    messages: AssistantMessage[]

    Messages in this session

    roomId?: string

    Room ID if associated with a room

    title: string

    Session title

    updatedAt: Date

    When the session was last updated