ToolCallParametersTemplateDirective
Directive
Represents the template that replaces the default formatted-JSON parameters block in the ToolCall component.
Definition
Package:@progress/kendo-angular-conversational-ui
Selector:[kendoToolCallParametersTemplate]
Syntax:
html
<kendo-toolcall [parameters]="params">
<ng-template kendoToolCallParametersTemplate>
<p>Custom parameters content.</p>
</ng-template>
</kendo-toolcall>