SAP AI SDK for JavaScript - v2.8.0
    Preparing search index...

    Type Alias AiExecutableParameter

    AiExecutableParameter: {
        default?: string;
        description?: string;
        name: string;
        type?: "string";
    } & Record<string, any>

    Representation of the 'AiExecutableParameter' schema.

    Type Declaration

    • Optionaldefault?: string

      Default value of the signature argument

    • Optionaldescription?: string

      Description of the signature argument

    • name: string

      Name of the executable parameter

    • Optionaltype?: "string"

      Type of the executable parameter

      Copyright Ⓒ 2026 SAP SE or an SAP affiliate company. All rights reserved.