think_about_task_adherence
Check if you're still aligned with the original task before making code changes, especially after lengthy conversations with multiple exchanges.
Instructions
Think about the task at hand and whether you are still on track. Especially important if the conversation has been going on for a while and there has been a lot of back and forth.
This tool should ALWAYS be called before you insert, replace, or delete code.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Implementation Reference
- Method that creates and renders the 'think_about_task_adherence' prompt template, likely part of the tool's logic or supporting utility.def create_think_about_task_adherence(self) -> str: return self._render_prompt("think_about_task_adherence", locals())