@cavell/kit API
    Preparing search index...

    Interface LiveSessionEntry

    One row of the history menu, keyed on the id that reopens the conversation — NOT the storage session id (see sessionThreadId).

    interface LiveSessionEntry {
        threadId: string;
        title: string;
    }
    Index
    threadId: string
    title: string