generate_children
Generate multiple diverse child thoughts from a parent thought to branch reasoning paths for structured problem-solving.
Instructions
Generate N diverse child thoughts for a parent thought (thought generation tool)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| treeId | Yes | The ID of the tree | |
| metadata | No | Optional metadata for the thoughts | |
| parentId | Yes | The ID of the parent thought | |
| numChildren | Yes | Number of children to generate (default: 3) | |
| diversityPrompt | No | Optional prompt to encourage diverse thought generation |