update_thread_priority
Assign a priority level to a support thread by specifying its ID and a priority integer (0=Urgent, 1=High, 2=Normal, 3=Low).
Instructions
Set a thread's priority. Plain priority is an integer: 0 = Urgent, 1 = High, 2 = Normal, 3 = Low.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| priority | Yes | 0 = Urgent, 1 = High, 2 = Normal, 3 = Low | |
| threadId | Yes | The ID of the thread to update |