New to Kendo UI for jQueryStart a free 30-day trial

Important: Applicable when the isStreaming configuration is explicitly set to true.

Prepares the prompt animation for streaming.

<div id="inlineaiprompt"></div>
<script>
var inlineAiPrompt = $("#inlineaiprompt").kendoInlineAIPrompt({
    isStreaming: true
}).data("kendoInlineAIPrompt");

inlineAiPrompt.startStreaming();
</script>
Not finding the help you need?
Contact Support