@cavell/kit API
    Preparing search index...

    Interface SessionSummary

    interface SessionSummary {
        date: string;
        preview?: string;
        scope?: Record<string, SessionScopeTag>;
        session_id: string;
        thread_id?: string;
    }
    Index
    date: string
    preview?: string
    scope?: Record<string, SessionScopeTag>

    Scope tags by name (e.g. patient) — see api/sessionScope.ts.

    session_id: string
    thread_id?: string

    The thread that owns this session — the id that reopens it. Absent for sessions written before threads existed, where session_id is itself the thread id.