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