langchain.js
    Preparing search index...
    interface ChatWatsonxGatewayInput {
        maxConcurrency?: number;
        maxRetries?: number;
        modelGateway: boolean;
        modelGatewayKwargs?: WatsonxGatewayChatKwargs;
        promptIndex?: number;
        serviceUrl: string;
        streaming?: boolean;
        tool_choice?: WatsonxTooChoice;
        version: string;
        watsonxCallbacks?: RequestCallbacks<any>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    maxConcurrency?: number
    maxRetries?: number
    modelGateway: boolean

    Flag indicating weather to use Model Gateway or no

    modelGatewayKwargs?: WatsonxGatewayChatKwargs

    Additional parameters usable only in model gateway

    promptIndex?: number
    serviceUrl: string
    streaming?: boolean
    tool_choice?: WatsonxTooChoice
    version: string
    watsonxCallbacks?: RequestCallbacks<any>