New to Kendo UI for jQueryStart a free 30-day trial

Updates the prompt output content.

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

content String

The content that will be passed onto the output response card.

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

inlineAiPrompt.updatePromptOutputContent("Updated response content");
</script>
Not finding the help you need?
Contact Support