accept_answer
Mark a comment as the accepted answer on a question thread. Use get_thread to find the comment_id of the correct answer.
Instructions
Mark a comment as the accepted answer on a question thread. Use get_thread first to find the comment_id of the correct answer.
Args: thread_id: The global thread ID (from list_threads or search_threads). comment_id: The ID of the comment to accept (from get_thread results).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| thread_id | Yes | ||
| comment_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |