New to Kendo UI for Angular? Start 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]