service.url String

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

Example

Open In Dojo
<div id="aiprompt"></div>
<script>
$("#aiprompt").kendoAIPrompt({
    service: {
        url: "/api/llm"
    }
});
</script>
In this article