propose_and_evaluate
Propose a new thought and evaluate it in one step, with optional risk, creativity, and custom criteria scores to streamline multi-branch reasoning.
Instructions
Add a child thought and evaluate it in one call (auto-evaluation helper) with optional multi-criteria fields
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| risk | No | Optional risk score (0-100) | |
| score | Yes | The overall evaluation score (0-100) | |
| treeId | Yes | The ID of the tree | |
| content | Yes | The content of the child thought | |
| metadata | No | Optional metadata for the thought | |
| parentId | Yes | The ID of the parent thought | |
| reasoning | No | Optional reasoning for the evaluation | |
| creativity | No | Optional creativity score (0-100) | |
| criteriaScores | No | Optional map of custom criteria scores (e.g., { feasibility: 82, goal_alignment: 90 }) |