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

    Interface ConvertResult

    interface ConvertResult {
        body: Record<string, unknown>;
        warnings: string[];
    }
    Index

    Properties

    Properties

    body: Record<string, unknown>

    The upstream-ready body. For Anthropic this is the Messages API shape.

    warnings: string[]

    Fields that were dropped, renamed, or clamped during translation.