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