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

Represents the template that replaces the default approval block and Approve/Reject actions in the ToolCall component when state is "awaitingApproval".

Definition

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

Selector:[kendoToolCallApprovalTemplate]

Syntax:

html
<kendo-toolcall state="awaitingApproval" (action)="onAction($event)">
  <ng-template kendoToolCallApprovalTemplate>
    <p>Custom approval content.</p>
  </ng-template>
</kendo-toolcall>
In this article
Definition
Not finding the help you need?
Contact Support