secondaryLabelString(default: null)
A secondary text label displayed after the separator in the step header.
Example - set the secondary label
<div id="toolcall"></div>
<script>
$("#toolcall").kendoToolCall({
label: "read_file",
secondaryLabel: "utils.js"
});
</script>