select_thought
Selects a verified thought within a decision tree to mark it for further exploration, enabling structured reasoning and backtracking.
Instructions
Mark a thought as selected for further exploration (thought must be verified first)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| treeId | Yes | The ID of the tree | |
| thoughtId | Yes | The ID of the thought to select |