ai.service.headersObject
The headers to send with the AI service request.
Example
<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
ai: {
service: {
url: "/api/llm",
headers: {
"Authorization": "Bearer token"
}
}
}
});
</script>
In this article