stopStreaming

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

Stops the prompt animation for streaming.

Example

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

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