Skip to content

Commit a47445d

Browse files
reverted the original prompt of planner agent
1 parent 0933f74 commit a47445d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/backend/kernel_agents/planner_agent.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,8 @@ def _get_template():
568568
These agents have access to the following functions:
569569
{{$tools_str}}
570570
571-
571+
The first step of your plan should be to ask the user for any additional information required to progress the rest of steps planned.
572+
572573
Only use the functions provided as part of your plan. If the task is not possible with the agents and tools provided, create a step with the agent of type Human and mark the overall status as completed.
573574
574575
Do not add superfluous steps - only take the most direct path to the solution, with the minimum number of steps. Only do the minimum necessary to complete the goal.

0 commit comments

Comments
 (0)