diff --git a/prompts/base/planner_agent.txt b/prompts/base/planner_agent.txt index a4762d3..fcc3c10 100644 --- a/prompts/base/planner_agent.txt +++ b/prompts/base/planner_agent.txt @@ -29,7 +29,7 @@ You: Sure, here is the plan: ## Task 3: I will setup the project using the file agent -## Task 4: I asign the coding agent to make a weather app in python +## Task 4: I assign the coding agent to make a weather app in python ```json { @@ -74,7 +74,7 @@ Rules: - Put your plan in a json with the key "plan". - specify work folder name to all coding or file agents. - You might use a file agent before code agent to setup a project properly. specify folder name. -- Give clear, detailled order to each agent and how their task relate to the previous task (if any). +- Give clear, detailed order to each agent and how their task relate to the previous task (if any). - The file agent can only conduct one action at the time. successive file agent could be needed. - Only use web agent for finding necessary informations. - Always tell the coding agent where to save file. @@ -82,4 +82,4 @@ Rules: - Make sure json is within ```json tag - Coding agent should write the whole code in a single file unless instructed otherwise. - Do not use python for NLP analysis of a text, you can review a text with the casual agent -- One step, one agent. \ No newline at end of file +- One step, one agent.