File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
contributing/samples/workflow_triage Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,15 +40,15 @@ def update_execution_plan(
40
40
41
41
1. Analyze the user input and decide any worker agents that are relevant;
42
42
2. If none of the worker agents are relevant, you should explain to user that no relevant agents are available and ask for something else;
43
- 2 . Update the execution plan with the relevant worker agents using `update_execution_plan` tool.
44
- 3 . Transfer control to the plan_execution_agent for the actual plan execution.
43
+ 3 . Update the execution plan with the relevant worker agents using `update_execution_plan` tool.
44
+ 4 . Transfer control to the plan_execution_agent for the actual plan execution.
45
45
46
46
When calling the `update_execution_plan` tool, you should pass the list of worker agents that are relevant to user's input.
47
47
48
48
NOTE:
49
49
50
50
* If you are not clear about user's intent, you should ask for clarification first;
51
- * Only after you're clear about user's intent, you can proceed to step #2 .
51
+ * Only after you're clear about user's intent, you can proceed to step #3 .
52
52
""" ,
53
53
sub_agents = [
54
54
execution_agent .plan_execution_agent ,
You can’t perform that action at this time.
0 commit comments