thoughts.labelString
The primary label text for the thought item.
Example - set thought labels
<div id="chain"></div>
<script>
$("#chain").kendoChainOfThought({
label: "Reasoning",
expanded: true,
thoughts: [
{ label: "Checking database" }
]
});
</script>