labelString(default: null)
The primary text label displayed in the step header.
Example - set the label
<div id="toolcall"></div>
<script>
$("#toolcall").kendoToolCall({
label: "web_search"
});
</script>
String(default: null)The primary text label displayed in the step header.
<div id="toolcall"></div>
<script>
$("#toolcall").kendoToolCall({
label: "web_search"
});
</script>