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