completedBoolean(default: false)
Marks the reasoning step as completed, applying the k-agent-completed CSS class to the element.
Example - mark the step as completed
<div id="reasoning"></div>
<script>
$("#reasoning").kendoReasoning({
label: "Done thinking",
completed: true
});
</script>