isStreamingBoolean(default: false)
Sets the widget in a streaming mode.
Important: When set to
true, theresponseTemplateconfiguration will not be applicable.
Example
<div id="inlineaiprompt"></div> <script> $("#inlineaiprompt").kendoInlineAIPrompt({ isStreaming: true }) </script> In this article