Thought
Describes a single row rendered inside a ChainOfThought component's body.
Definition
Package:@progress/kendo-angular-conversational-ui
Properties
completed
boolean
Sets whether the thought row has completed.
content?
string
Sets the body of the thought—the detailed explanation or result associated with the step.
icon?
string
Sets the name of a font icon that identifies the thought operation or category.
id
string | number
Sets a unique identifier for the thought row.
label?
string
Sets the main label for the thought step, such as Read or Edited.
linesAdded?
number
Sets the number of lines added by the thought, when the step represents an edit.
linesRemoved?
number
Sets the number of lines removed by the thought, when the step represents an edit.
secondaryLabel?
string
Sets supporting context, such as a file name, command, or line range.
svgIcon?
SVGIcon
Sets the SVG icon that identifies the thought operation or category.