langchain.js
    Preparing search index...
    interface ChatWatsonxInput {
        authenticator?: string;
        maxConcurrency?: number;
        maxRetries?: number;
        model: string;
        projectId?: string;
        serviceUrl: string;
        spaceId?: string;
        streaming?: boolean;
        version: string;
        watsonxCallbacks?: RequestCallbacks<any>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    authenticator?: string
    maxConcurrency?: number
    maxRetries?: number
    model: string
    projectId?: string
    serviceUrl: string
    spaceId?: string
    streaming?: boolean
    version: string
    watsonxCallbacks?: RequestCallbacks<any>