spawn_tot_from_task
Spawns a Tree of Thoughts from a task to enable structured reasoning, using the task goal and root thought, with configurable depth for cognitive exploration.
Instructions
Spawn a Tree of Thoughts from a task for reasoning
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | No | Goal for the reasoning tree | |
| taskId | Yes | Task ID | |
| treeId | No | Existing tree ID to attach to | |
| maxDepth | No | Maximum depth | |
| rootContent | No | Root thought content |