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

InlineAIPromptOutputTemplateDirective

Defines a template for displaying the output of the Inline AI Prompt.

html
<kendo-inlineaiprompt>
  <ng-template kendoInlineAIPromptOutputTemplate let-output>
    <div class="custom-output">
      <h4>AI Response:</h4>
      <p>{{ output.output }}</p>
    </div>
  </ng-template>
</kendo-inlineaiprompt>

Selector

[kendoInlineAIPromptOutputTemplate]

In this article
Selector
Not finding the help you need?
Contact Support