startStreaming

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

Prepares the prompt animation for streaming.

Example

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

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