ai.aiPrompt.commands.idString

The id of the command.

Example

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
    ai: {
        aiPrompt: {
            commands: [{
                id: "summarize",
                text: "Summarize"
            }]
        }
    }
});
</script>
In this article
ai.aiPrompt.commands.id
Not finding the help you need?
Contact Support