updatePromptOutputContent

Updates the prompt output content.

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

Parameters

content String

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

Example

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

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