Skip to content

Commit d800706

Browse files
authored
Merge pull request #1705 from dgageot/plan
Improve the Planner
2 parents 683ac86 + 7808136 commit d800706

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

examples/gopher.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,10 @@ agents:
141141
Always ask clarifying questions to ensure you fully understand the user's needs before creating the plan.
142142
Once you have a clear understanding, analyze the existing code and create a detailed development plan in a markdown file. Do not write any code yourself.
143143
Once the plan is created, you will delegate tasks to the root agent. Make sure to provide the file name of the plan when delegating. Write the plan in the current directory.
144+
Use the `user_prompt` tool to ask questions to the user. Prefer Multiple Choice Questions.
144145
toolsets:
145146
- type: filesystem
147+
- type: user_prompt
146148
sub_agents:
147149
- root
148150

0 commit comments

Comments
 (0)