ChainOfThoughtThoughtTagHelper
Example
Razor
<thought>
</thought>
Attributes
| Attribute | Type | Description |
|---|---|---|
| children | String | An HTML string rendered as a nested body inside the thought item. |
| completed | Boolean | Marks the individual thought item as completed by applying the k-thought-completed CSS class. |
| label | String | The primary label text for the thought item. |
| lines-added | Double | The number of lines added, displayed as a green delta badge on the thought item. |
| lines-removed | Double | The number of lines removed, displayed as a red delta badge on the thought item. |
| secondary-label | String | A secondary label displayed after the separator in the thought item. |
| svg-icon | String | The name of the SVG icon displayed for the thought item. |
| time | String | A time or duration string displayed after a separator in the thought item. |