| 1 | # User is not responding to your message. |
| 2 | If you have a task in progress, continue on your own. |
| 3 | I you don't have a task, use the **task_done** tool with **text** argument. |
| 4 | |
| 5 | # Example |
| 6 | ~~~json |
| 7 | { |
| 8 | "thoughts": [ |
| 9 | "There's no more work for me, I will ask for another task", |
| 10 | ], |
| 11 | "headline": "Completing task and requesting next assignment", |
| 12 | "tool_name": "task_done", |
| 13 | "tool_args": { |
| 14 | "text": "I have no more work, please tell me if you need anything.", |
| 15 | } |
| 16 | } |
| 17 | ~~~ |