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