get_best_thoughts
Retrieve top-rated thoughts from a decision tree by providing a tree ID. Optionally set a limit and sort by evaluation, creativity, risk, or combined score to identify the most promising reasoning paths.
Instructions
Get the best evaluated thoughts in a tree, optionally sorted by criteria
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of thoughts to return (default: 5) | |
| sortBy | No | Sort criteria: evaluation (default), creativity, risk, or combined | |
| treeId | Yes | The ID of the tree |