motivate
Describe the task you're working on to get a motivational quote matched to it, then include the quote in your reply for encouragement.
Instructions
Return a motivational quote matched to the task currently being worked on. Call this at the start of a reply, passing a short description of what the user is doing, and include the returned line in your response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | A short description of what is being worked on right now, in plain words. For example "debugging a failing test in the payment module" or "writing the launch announcement". | |
| avoid_repeats | No | Skip quotes already served this session. Defaults to true. |