evaluate_thought
Score a thought within a reasoning tree with an overall rating and optional criteria scores for risk, creativity, and custom metrics to guide structured decision-making.
Instructions
Evaluate a thought with a score (0-1 or 0-100) and optional multi-criteria fields
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| risk | No | Optional risk score (0-100) | |
| score | Yes | The overall evaluation score | |
| treeId | Yes | The ID of the tree | |
| reasoning | No | Optional reasoning for the evaluation | |
| thoughtId | Yes | The ID of the thought to evaluate | |
| creativity | No | Optional creativity score (0-100) | |
| criteriaScores | No | Optional map of custom criteria scores (e.g., { feasibility: 82, goal_alignment: 90 }) |