New to Telerik UI for Blazor? Download Free 30-day trial
LLM Kit - Checkpoint
- EXAMPLE
- VIEW SOURCE
- EDIT IN TELERIK REPL
- Change Theme
meridian
- Checkpoint.razor
Description
The TelerikCheckpoint component marks a conversation restore point and exposes Start Over and Restore actions that let users roll the session back to a known-good state. It is designed to be placed inline within a chat transcript, acting as a visual divider between conversation segments.
Set the State parameter to CheckpointState.StartOver, CheckpointState.Restore, or CheckpointState.Redo to drive the rendered action. The StateChanged event callback fires when the user clicks the checkpoint action, giving you full control over how conversation history is rewound or replayed. Supply ChildContent to replace the default label and action button with custom markup.