service.headersObject

The headers to send with the AI service request.

Example

<div id="aiprompt"></div>
<script>
$("#aiprompt").kendoAIPrompt({
    service: {
        url: "/api/llm",
        headers: {
            "Authorization": "Bearer token"
        }
    }
});
</script>
In this article
service.headers
Not finding the help you need?
Contact Support