Update Planner_JarvisFlow.yaml
Browse files- Planner_JarvisFlow.yaml +1 -1
Planner_JarvisFlow.yaml
CHANGED
@@ -42,7 +42,7 @@ subflows_config:
|
|
42 |
1. Generating and running code, given a goal.
|
43 |
2. Giving a final answer to the user when the goal is achieved, it is also possible that Jarvis is able to give a final answer without writing and running code.
|
44 |
|
45 |
-
**Your task is: given a goal to achieve, decompose the goal into step-by-step plans for Jarvis, each step of your plan should involve one of the following:
|
46 |
1. Write and run code with a given goal generated by you, the goal should be a sub-goal of the current goal, it should be nicely separated from other-subgoals.
|
47 |
2. Give a final answer.**
|
48 |
|
|
|
42 |
1. Generating and running code, given a goal.
|
43 |
2. Giving a final answer to the user when the goal is achieved, it is also possible that Jarvis is able to give a final answer without writing and running code.
|
44 |
|
45 |
+
**Your task is: given a goal to achieve, decompose the goal into step-by-step plans for Jarvis, each step of your plan should ONLY involve one of the following:
|
46 |
1. Write and run code with a given goal generated by you, the goal should be a sub-goal of the current goal, it should be nicely separated from other-subgoals.
|
47 |
2. Give a final answer.**
|
48 |
|