unified-llm-client
    Preparing search index...

    Interface SessionRecord<TSnapshot>

    Serialized session record returned by a SessionStore.

    interface SessionRecord<TSnapshot = unknown> {
        meta: SessionMeta;
        snapshot: TSnapshot;
    }

    Type Parameters

    • TSnapshot = unknown
    Index

    Properties

    Properties

    snapshot: TSnapshot