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

    Type Alias ProviderParamConfig

    ProviderParamConfig: Partial<Record<keyof CanonicalChatRequest, MapAction>>

    Per-provider mapping table. Keys are canonical-request fields. A field present in the canonical request but absent from the config is dropped with a warning (strict mode — protects against unknown-field rejections).

    messages and model are intentionally not handled here — adapters reshape messages themselves because the structure is provider-specific.