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

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 {}
In this article
Definition
Not finding the help you need?
Contact Support