Typedef

CommandDefinition (ai)

@ckeditor/ckeditor5-ai/src/aiassistant

typedefobject

Filtering

Properties

  • id : string

    The unique identifier of the command. It can be referenced while removing commands. See removeCommands to learn more.

  • label : string

    The human-readable label of the command.

  • prompt : string

    The instruction that will be passed to the AI model.

    It is wrapped in a "full prompt template" for better results.