Update Thread Status
dialogue_update_thread_statusUpdate a thread's status to active, resolved, or archived, clarifying whether a conversation is ongoing, concluded, or kept for reference.
Instructions
Change a thread's status to active, resolved, or archived.
Use "resolved" when a conversation has reached its conclusion. Use "archived" to keep for reference but mark as inactive.
Args:
project_id (string): The project ID
thread_id (string): The thread ID
status (string): New status — "active", "resolved", or "archived"
Returns: Updated thread object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | Thread status: active (ongoing), resolved (conclusion reached), archived (reference only). | |
| thread_id | Yes | The thread ID | |
| project_id | Yes | The project ID |