messages.outputTitleString(default: "Generated with AI")
The title of the output card when the output is generated.
Example
<div id="aiprompt"></div>
<script>
$("#aiprompt").kendoAIPrompt({
messages: {
outputTitle: "AI Generated Content"
}
});
</script>
In this article