NEWCKEditor AI on your premises: Hook your LLM and register MCP tools. Webinar coming soon!
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 model to use for the action. If not specified, the default model 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.