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

Represents the template that replaces the default errorText block in the ToolCall component when state is "error".

Definition

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

Selector:[kendoToolCallErrorTemplate]

Syntax:

html
<kendo-toolcall state="error" errorText="Request timed out.">
  <ng-template kendoToolCallErrorTemplate>
    <p>Custom error content.</p>
  </ng-template>
</kendo-toolcall>
In this article
Definition
Not finding the help you need?
Contact Support