Sign up (with export icon)

AIQuickActionCustomBaseDefinition

Api-interface iconinterface

The base definition for all action types.

Properties

  • Chevron-right icon

    id : string
    readonly

    The unique identifier of the action.

  • Chevron-right icon

    label : string
    readonly

    The human-readable label of the action.

  • Chevron-right icon

    model : string | undefined
    readonly

    The AI model to use for the action. For 'action' type, if not specified, the default model will be used. For 'chat' type, if not specified, the model currently selected in the AI Chat will be used.

  • Chevron-right icon

    prompt : string
    readonly

    The prompt to be sent to the AI model when the action is executed.

  • Chevron-right icon

    The type of the action.