Kendo UI for jQuery LLM Kit Overview
- EXAMPLE
- VIEW SOURCE
-
Change Theme
meridianMeridian Theme
- Main
- Main Dark
Default Theme- Main
- Main Dark
- Nordic
- Ocean Blue
- Ocean Blue A11Y
- Purple
- Turquoise
Bootstrap Theme- Main
- Bootstrap 3
- Bootstrap 3 Dark
- Main Dark
- Nordic
- Turquoise
- Turquoise Dark
- Urban
- Vintage
Material Theme- Main
- Arctic
- Lime Dark
- Main Dark
- Material 2
- Material 2 Dark
- Nova
Classic Theme- Main
- Green
- Green Dark
- Lavender
- Lavender Dark
- Main Dark
- Metro
- Metro Dark
- Moonlight
- Opal
- Opal Dark
- Silver
- Silver Dark
- Uniform
Fluent Theme- Main
- Main Dark
Also available for:
Description
The Kendo UI for jQuery LLM Kit is a collection of components built for agentic and conversational AI experiences. It gives users transparency into what an AI agent is doing—its reasoning, its tool calls, and the sources behind its answers—while giving them checkpoints to control and roll back the conversation.
This demo combines the Reasoning, ChainOfThought, ToolCall, Checkpoint, and Citation components in a single agentic chat turn.
This LLM Kit example is part of a unique collection of hundreds of jQuery demos, with which you can see all Kendo UI for jQuery components and their features in action. View the source code of the demos from the library or directly adapt, and edit them and their theme appearance in Kendo UI for jQuery Dojo or ThemeBuilder.
Functionality and Features
- Reasoning–Displays a model's thinking trace as a single collapsible block, optionally streaming content token by token.
- Chain of Thought–Groups an ordered sequence of thought steps under a single collapsible header, with optional custom row templates.
- Tool Call–Displays a single tool or function invocation, including its parameters, approval flow, result, and error states.
- Checkpoint–Renders a decorative separator between conversation turns with a Start Over or Redo action.
- Citation–Embeds an inline reference chip that opens a paginated popover with full source details.