langchain.js
    Preparing search index...

    Deployed params

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

    Hierarchy (View Summary)

    • Partial<Omit<DeploymentsTextChatParams, "messages">>
    • WatsonxBaseChatParams
    Index

    Properties

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