langchain.js
    Preparing search index...

    Parameters for basic llm invoke

    interface WatsonxDeployedInputLLM {
        authenticator?: string;
        idOrName: string;
        maxConcurrency?: number;
        maxRetries?: number;
        promptIndex?: number;
        serviceUrl: string;
        streaming?: boolean;
        version: string;
        watsonxCallbacks?: RequestCallbacks<any>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    authenticator?: string
    idOrName: string
    maxConcurrency?: number
    maxRetries?: number
    promptIndex?: number
    serviceUrl: string
    streaming?: boolean
    version: string
    watsonxCallbacks?: RequestCallbacks<any>