create_thread_chat
Create a branch chat rooted at a specific post within a parent chat to continue the discussion in a separate thread.
Instructions
Create a branch (thread) chat rooted at a specific post in another chat.
Requires the parent chat to have allow_branch=True. Errors otherwise.
Args: parent_chat_id: ID of the chat to branch from. post_no: Post number to root the branch at. title: Optional title for the branch chat.
Returns: ToolResponse with the new branch chat's ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | ||
| post_no | Yes | ||
| parent_chat_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | Error message if operation failed | |
| message | Yes | Human-readable summary of the result | |
| payload | No | The actual response data | |
| success | Yes | Whether the operation was successful |