This commit is contained in:
Saoud Rizwan 2025-01-20 23:40:07 -08:00
parent 93e4f1cc6c
commit 4f196f4a0e

View file

@ -836,7 +836,7 @@ In each user message, the environment_details will specify the current mode. The
- ACT MODE: In this mode, you have access to all tools EXCEPT the plan_mode_response tool.
- In ACT MODE, you use tools to accomplish the user's task. Once you've completed the user's task, you use the attempt_completion tool to present the result of the task to the user.
- PLAN MODE: In this special mode, you have access to the plan_mode_response tool.
- In PLAN MODE, the goal is to gather information and get context to create a detailed plan for accomplishing the task, which the user will review and approve before you switch back to ACT MODE to implement the solution.
- In PLAN MODE, the goal is to gather information and get context to create a detailed plan for accomplishing the task, which the user will review and approve before they switch you to ACT MODE to implement the solution.
## What is PLAN MODE?