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

Represents the custom messages component shared by the LLM Kit primitives (Reasoning, ChainOfThought, ToolCall, Citation, and Checkpoint).

Use this component to override the default messages for the LLM Kit primitives (see example).

Definition

Package:@progress/kendo-angular-conversational-ui

Selector:kendo-llmkit-messages

Syntax:

html
<kendo-llmkit-messages
  approveAction="Allow"
  rejectAction="Deny">
</kendo-llmkit-messages>

Inputs

Sets the text for the ToolCall's default Approve action.

Sets the default ToolCall badge text for the awaiting approval state.

Sets the text for the Checkpoint's default stamp shown in the redo state.

Sets the aria-label for a disclosure head when it has no visible label/secondaryLabel and is currently expanded.

Sets the default ToolCall badge text for the completed state.

Sets the default ToolCall badge text for the error state.

Sets the aria-label for a disclosure head when it has no visible label/secondaryLabel and is currently collapsed.

Sets the aria-label for the Citation popover's Next-source action.

Sets the label shown above the ToolCall's default formatted-JSON parameters block.

Sets the aria-label for the Citation popover's Previous-source action.

Sets the text for the Checkpoint's default action in the redo state.

Sets the text for the ToolCall's default Reject action.

Sets the text for the Checkpoint's default action in the restore state.

Sets the label shown above the ToolCall's default formatted-JSON result block.

Sets the text for the Checkpoint's default action in the startOver state.