messages.outputRetryTitleString(default: "Generated with AI")
The title of the output card when the output is generated after clicking the retry button of an output.
Example
<div id="aiprompt"></div>
<script>
$("#aiprompt").kendoAIPrompt({
messages: {
outputRetryTitle: "Regenerated Content"
}
});
</script>
In this article