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

    Interface TransformResult

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

    Properties

    Properties

    body: Record<string, unknown>
    warnings: string[]