From 4f196f4a0efef2a9c6b6022ee0a5a23592b18964 Mon Sep 17 00:00:00 2001 From: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com> Date: Mon, 20 Jan 2025 23:40:07 -0800 Subject: [PATCH] Fixes --- src/core/prompts/system.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/prompts/system.ts b/src/core/prompts/system.ts index e6e3d0f29f..670c74466e 100644 --- a/src/core/prompts/system.ts +++ b/src/core/prompts/system.ts @@ -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?