add_child
Add a child thought to an existing thought in a tree, expanding the reasoning path by linking new content to a parent node for structured decision exploration.
Instructions
Add a child thought to an existing thought
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 | |
| sessionId | No | Optional session ID for context maintenance |