thread_create
Create a new child thread by branching from a parent thread, enabling hierarchical conversation structuring.
Instructions
Create a new child thread branching from a parent thread
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Thread title | |
| parentId | No | Parent thread ID (defaults to current active thread) |