Skip to content

Commit

Permalink
Delete user_input related prompt from planner since it is adequately …
Browse files Browse the repository at this point in the history
…described the skill prompt
  • Loading branch information
deepak-akkil committed Jul 4, 2024
1 parent a7c8150 commit 1cfaeb1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ae/core/prompts.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"BROWSER_NAV_EXECUTOR_PROMPT": """A proxy for the user for executing the user commands.""",

"PLANNER_AGENT_PROMPT": """You are a web automation task planner. You will receive tasks from the user and will work with a naive helper to accomplish it.
When the task is ambigious, use the get_user_input skill to ask the user for more information. Use this very sparingly and only when absolutely needed.
You will think step by step and break down the tasks into sequence of simple subtasks. Subtasks will be delegated to the helper to execute.
Return Format:
Expand Down

0 comments on commit 1cfaeb1

Please sign in to comment.