interface WatsonxToolParams {
    configSchema?: Record<string, any>;
    description: string;
    name: string;
    schema?: Record<string, any>;
    service?: WatsonxAiMlVml_v1;
}

Implemented by

Properties

configSchema?: Record<string, any>
description: string
name: string
schema?: Record<string, any>
service?: WatsonxAiMlVml_v1