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
ai.serviceRelated Properties
Not finding the help you need?
Contact Support