startStreaming
Starts streaming mode for the component. This shows the stop generation button and sets up the UI for real-time content updates.
Example
<div id="aiprompt"></div>
<script>
var aiprompt = $("#aiprompt").kendoAIPrompt().data("kendoAIPrompt");
aiprompt.startStreaming();
</script>
In this article