create_tree
Initiates a Tree of Thoughts to structure systematic reasoning around a specific goal, starting from a defined root thought.
Instructions
Create a new Tree of Thoughts for systematic reasoning
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | Yes | The goal or problem this tree is solving | |
| maxDepth | No | Maximum depth of the tree (default: 10) | |
| metadata | No | Additional metadata | |
| sessionId | No | Optional session ID for context maintenance | |
| rootContent | Yes | The content of the root thought |