Skip to content

Commit 7808136

Browse files
committed
Add user_prompt tools to the planner
Signed-off-by: David Gageot <david.gageot@docker.com>
1 parent 05d9aa1 commit 7808136

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)