stopStreaming
Stops streaming mode for the component. This hides the stop generation button, shows regular action buttons, and applies final content templates.
Example
<div id="aiprompt"></div>
<script>
var aiprompt = $("#aiprompt").kendoAIPrompt().data("kendoAIPrompt");
aiprompt.stopStreaming();
</script>
In this article