ToolCallResultTemplateDirective
Directive
Represents the template that replaces the default formatted-JSON result block in the ToolCall component when state is "completed".
Definition
Package:@progress/kendo-angular-conversational-ui
Selector:[kendoToolCallResultTemplate]
Syntax:
html
<kendo-toolcall [result]="result">
<ng-template kendoToolCallResultTemplate>
<p>Custom result content.</p>
</ng-template>
</kendo-toolcall>