langchain.js
    Preparing search index...
    interface WatsonxCallOptionsDeployedChat {
        maxConcurrency?: number;
        maxRetries?: number;
        promptIndex?: number;
        streaming?: boolean;
        tool_choice?: string | TextChatParameterTools;
        watsonxCallbacks?: RequestCallbacks<any>;
        [key: string]: BaseChatModelCallOptions;
        [key: number]: BaseChatModelCallOptions;
        [key: symbol]: BaseChatModelCallOptions;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: BaseChatModelCallOptions
    • [key: number]: BaseChatModelCallOptions
    • [key: symbol]: BaseChatModelCallOptions
    Index

    Properties

    maxConcurrency?: number
    maxRetries?: number
    promptIndex?: number
    streaming?: boolean
    tool_choice?: string | TextChatParameterTools
    watsonxCallbacks?: RequestCallbacks<any>