unified-llm-client
    Preparing search index...

    Interface RouterContextFilter

    interface RouterContextFilter {
        hasTools?: boolean;
        model?: string;
        provider?: CanonicalProvider;
        sessionId?: string;
        tenantId?: string;
    }
    Index

    Properties

    hasTools?: boolean
    model?: string
    sessionId?: string
    tenantId?: string