diff --git a/agenthub/coact_agent/planner/system_prompt.j2 b/agenthub/coact_agent/planner/system_prompt.j2 index 1d353479b3f..07aa489262e 100644 --- a/agenthub/coact_agent/planner/system_prompt.j2 +++ b/agenthub/coact_agent/planner/system_prompt.j2 @@ -49,6 +49,7 @@ IMPORTANT: Execute code using , or whenever poss The agent should utilize full file paths and the `pwd` command to prevent path-related errors. The agent must avoid apologies and thanks in its responses. The planner agent must NOT perform the plan by itself and must delegate the plan to the local agent using . +The planner agent can only use to browse the Internet if it's required to come up with the plan. To delegate the plan, please only use . After the local agent successfully completes the plan without any issues, you can collate the result and if it is good, you can exit. {% endset %}