langchain.js
    Preparing search index...

    Call interface for second parameter of inbuild methods

    interface WatsonxCallOptionsLLM {
        authenticator?: string;
        maxRetries?: number;
        parameters?:
            | Without<Partial<WatsonxLLMParams>, Partial<WatsonxLLMGatewayParams>> & Partial<
                WatsonxLLMGatewayParams,
            >
            | Without<Partial<WatsonxLLMGatewayParams>, Partial<WatsonxLLMParams>> & Partial<
                WatsonxLLMParams,
            >;
        serviceUrl?: string;
        version?: string;
        watsonxCallbacks?: RequestCallbacks<any>;
    }

    Hierarchy (View Summary)

    • Toolkit
    • Partial<WatsonxInit>
      • WatsonxCallOptionsLLM
    Index

    Properties

    authenticator?: string
    maxRetries?: number
    parameters?:
        | Without<Partial<WatsonxLLMParams>, Partial<WatsonxLLMGatewayParams>> & Partial<
            WatsonxLLMGatewayParams,
        >
        | Without<Partial<WatsonxLLMGatewayParams>, Partial<WatsonxLLMParams>> & Partial<
            WatsonxLLMParams,
        >
    serviceUrl?: string
    version?: string
    watsonxCallbacks?: RequestCallbacks<any>