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

AIPromptOutputTemplateDirective

Represents the template for the response in the AIPrompt component. The template context is set to the current output object.

html
<kendo-aiprompt>
  <ng-template kendoAIPromptOutputTemplate let-output>
    <div>{{output.prompt}}</div>
  </ng-template>
</kendo-aiprompt>

Selector

[kendoAIPromptOutputTemplate]

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