unified-llm-client
    Preparing search index...

    Interface SessionStoreSetOptions

    Write metadata for SessionStore.set().

    interface SessionStoreSetOptions {
        createdAt?: string;
        model?: string;
        provider?: CanonicalProvider;
        tenantId?: string;
    }
    Index

    Properties

    createdAt?: string
    model?: string
    tenantId?: string