service.urlString

The Url of the AI service to use for generating outputs.

Example

<div id="inlineaiprompt"></div>
<script>
$("#inlineaiprompt").kendoInlineAIPrompt({
    service: {
        url: "/api/llm"
    }
});
</script>
In this article
service.url
Not finding the help you need?
Contact Support