Update NewPlanGenFlow.yaml
Browse files- NewPlanGenFlow.yaml +3 -3
NewPlanGenFlow.yaml
CHANGED
@@ -20,7 +20,7 @@ output_interface:
|
|
20 |
|
21 |
#######################################################
|
22 |
system_message_prompt_template:
|
23 |
-
_target_:
|
24 |
template: |2-
|
25 |
You are a re-planner of a coding department, you are given an old plan written by your colleagues.
|
26 |
|
@@ -77,7 +77,7 @@ system_message_prompt_template:
|
|
77 |
- "old_plan"
|
78 |
|
79 |
human_message_prompt_template:
|
80 |
-
_target_:
|
81 |
template: |2-
|
82 |
Here is the response to your last action:
|
83 |
{{goal}}
|
@@ -85,7 +85,7 @@ human_message_prompt_template:
|
|
85 |
- "goal"
|
86 |
|
87 |
init_human_message_prompt_template:
|
88 |
-
_target_:
|
89 |
template: |2-
|
90 |
Here's the information on the old plan:
|
91 |
{{goal}}
|
|
|
20 |
|
21 |
#######################################################
|
22 |
system_message_prompt_template:
|
23 |
+
_target_: aiflows.prompt_template.JinjaPrompt
|
24 |
template: |2-
|
25 |
You are a re-planner of a coding department, you are given an old plan written by your colleagues.
|
26 |
|
|
|
77 |
- "old_plan"
|
78 |
|
79 |
human_message_prompt_template:
|
80 |
+
_target_: aiflows.prompt_template.JinjaPrompt
|
81 |
template: |2-
|
82 |
Here is the response to your last action:
|
83 |
{{goal}}
|
|
|
85 |
- "goal"
|
86 |
|
87 |
init_human_message_prompt_template:
|
88 |
+
_target_: aiflows.prompt_template.JinjaPrompt
|
89 |
template: |2-
|
90 |
Here's the information on the old plan:
|
91 |
{{goal}}
|