ai.serviceString|Object
The URL of the AI service to use for generating outputs.
Example
<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
ai: {
service: "/api/llm"
}
});
</script>
In this article
String|Object
The URL of the AI service to use for generating outputs.
<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
ai: {
service: "/api/llm"
}
});
</script>