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

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

Definition

Package:@progress/kendo-angular-conversational-ui

Selector:[kendoInlineAIPromptOutputTemplate]

Syntax:

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>
In this article
Definition
Not finding the help you need?
Contact Support