parametersObject(default: null)

A plain JavaScript object rendered as formatted JSON in the step body under the parameters label.

Example - show tool parameters

<div id="toolcall"></div>
<script>
$("#toolcall").kendoToolCall({
    label: "search_web",
    expandable: true,
    expanded: true,
    parameters: { query: "Kendo UI widgets", limit: 10 }
});
</script>
In this article
parameters
Not finding the help you need?
Contact Support