KENDO_LLM_KIT
Constant
Utility array that contains all LLM Kit related components and directives.
Definition
Package:@progress/kendo-angular-conversational-ui
Syntax:
ts
import { Component } from '@angular/core';
import { KENDO_LLM_KIT } from '@progress/kendo-angular-conversational-ui';
@Component({
standalone: true,
imports: [KENDO_LLM_KIT],
selector: 'my-app',
template: `<kendo-reasoning content="Analyzing the request."></kendo-reasoning>`
})
export class AppComponent {}