promote_suggestion
Convert a suggested thread into an active open thread. Use a suggestion ID from the suggested_threads list to create a real thread.
Instructions
Promote a suggested thread to an open thread. Takes a suggestion_id from session_start's suggested_threads list and creates a real thread from it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Project namespace (e.g., 'my-project'). Scopes sessions and searches. | |
| suggestion_id | Yes | Suggestion ID (e.g., "ts-a1b2c3d4") from suggested_threads list |