New to Kendo UI for jQueryStart a free 30-day trial

This event will be fired with the button options that will be received, after the command has finished. Currently, these would be the Copy, Retry, and Discard options.

<div id="inlineaiprompt"></div>
<script>
$("#inlineaiprompt").kendoInlineAIPrompt({
    outputAction: function(e) {
        console.log("Output action executed:", e.action);
    }
});
</script>
Not finding the help you need?
Contact Support