unified-llm-client
    Preparing search index...

    Interface SessionStoreListOptions

    Filter and pagination options for session-store listing.

    interface SessionStoreListOptions {
        cursor?: string;
        direction?: SessionStoreListDirection;
        limit?: number;
        model?: string;
        provider?: CanonicalProvider;
        tenantId?: string;
    }
    Index

    Properties

    cursor?: string
    limit?: number
    model?: string
    tenantId?: string