showOutputRatingBoolean(default: true)

Specifies if the output rating should be displayed on the output card.

Note: This property is deprecated. Use the outputActions configuration instead.

Example

<div id="aiprompt"></div> <script> $("#aiprompt").kendoAIPrompt({ activeView: 1, showOutputRating: false, promptOutputs: [ { prompt: "create object 1", output: "Description 1" }, { prompt: "create object 2", output: "Description 2" }, ] }); </script>
In this article
showOutputRating
Not finding the help you need?
Contact Support