LlmKitCustomMessagesComponent
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:
<kendo-llmkit-messages
approveAction="Allow"
rejectAction="Deny">
</kendo-llmkit-messages>
Inputs
approveAction
string
Sets the text for the ToolCall's default Approve action.
awaitingApprovalStatus
string
Sets the default ToolCall badge text for the awaiting approval state.
checkpointRestoredText
string
Sets the text for the Checkpoint's default stamp shown in the redo state.
collapseLabel
string
Sets the aria-label for a disclosure head when it has no visible label/secondaryLabel and is currently expanded.
completedStatus
string
Sets the default ToolCall badge text for the completed state.
errorStatus
string
Sets the default ToolCall badge text for the error state.
expandLabel
string
Sets the aria-label for a disclosure head when it has no visible label/secondaryLabel and is currently collapsed.
nextSourceAction
string
Sets the aria-label for the Citation popover's Next-source action.
parametersLabel
string
Sets the label shown above the ToolCall's default formatted-JSON parameters block.
previousSourceAction
string
Sets the aria-label for the Citation popover's Previous-source action.
redoAction
string
Sets the text for the Checkpoint's default action in the redo state.
rejectAction
string
Sets the text for the ToolCall's default Reject action.
restoreAction
string
Sets the text for the Checkpoint's default action in the restore state.
resultLabel
string
Sets the label shown above the ToolCall's default formatted-JSON result block.
startOverAction
string
Sets the text for the Checkpoint's default action in the startOver state.