langchain.js
    Preparing search index...

    Project/space params

    interface WatsonxCallParams {
        maxConcurrency?: number;
        maxRetries?: number;
        model?: string;
        promptIndex?: number;
        streaming?: boolean;
        tool_choice?: WatsonxTooChoice;
        watsonxCallbacks?: RequestCallbacks<any>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    maxConcurrency?: number
    maxRetries?: number
    model?: string
    promptIndex?: number
    streaming?: boolean
    tool_choice?: WatsonxTooChoice
    watsonxCallbacks?: RequestCallbacks<any>