generate_children_with_llm
Generates child thoughts for a given parent in a Tree of Thoughts structure using an LLM provider. Expands the reasoning tree with AI-generated branches.
Instructions
Generate child thoughts using the configured LLM provider (Grok, Ollama, etc.). This triggers actual API calls to the LLM service.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| treeId | Yes | Tree ID | |
| parentId | Yes | Parent thought ID to generate children for | |
| numChildren | No | Number of child thoughts to generate (default: 3) | |
| temperature | No | Temperature for LLM generation (default: 0.7) |