ai.aiPrompt.commands.textString

The text of the command.

Example

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