@encorp.ai/llm-open-proxy - v0.2.2
    Preparing search index...

    Interface TransformCtx

    interface TransformCtx {
        provider: ProviderName;
        fullRequest: CanonicalChatRequest;
        warn: (msg: string) => void;
    }
    Index

    Properties

    provider: ProviderName
    warn: (msg: string) => void