mark_duplicate
Mark a thread as a duplicate of another thread, directing students to the original question that already has an answer.
Instructions
Mark a thread as a duplicate of another thread. Use this when a question has already been answered elsewhere to point students to the original.
Args: thread_id: The global ID of the duplicate thread (from list_threads or search_threads). original_thread_id: The global ID of the original thread it duplicates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| thread_id | Yes | ||
| original_thread_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |