explore_with_strategy
Search a thought tree using a chosen strategy (BFS, DFS, beam, or best-first) to identify the strongest reasoning path.
Instructions
Explore a thought tree using a systematic branching strategy (BFS, DFS, beam search, or best-first search)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| treeId | Yes | The ID of the tree to explore | |
| strategy | Yes | The branching strategy to use | |
| beamWidth | No | Beam width for beam search strategy (default: 3) | |
| maxThoughts | No | Maximum number of thoughts to explore (default: 100) | |
| stopCriteria | No | Optional stop criteria |