ToolCallApprovalTemplateDirective
Directive
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>