ai.aiPromptObject|Boolean
Defines the configuration options for the side panel AI Prompt tool in the Editor. If set to false
, the side panel AI Prompt tool is disabled.
Example
<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
ai: {
aiPrompt: {
// configuration options for the AI prompt
}
}
});
</script>
In this article