messages.stopGenerationString(default: "Stop Generation")

The aria-label and title of the stop generation button that appears during streaming operations.

Example

<div id="aiprompt"></div>
<script>
$("#aiprompt").kendoAIPrompt({
    messages: {
        stopGeneration: "Stop AI Generation"
    }
});
</script>
In this article
messages.stopGeneration
Not finding the help you need?
Contact Support