Update ControllerFlow_ExtLib.yaml
Browse files
ControllerFlow_ExtLib.yaml
CHANGED
@@ -128,7 +128,7 @@ system_message_prompt_template:
|
|
128 |
template_format: jinja2
|
129 |
|
130 |
human_message_prompt_template:
|
131 |
-
_target_:
|
132 |
template: |2-
|
133 |
Here is the result of your previous action:
|
134 |
{{result}}
|
@@ -137,7 +137,7 @@ human_message_prompt_template:
|
|
137 |
template_format: jinja2
|
138 |
|
139 |
init_human_message_prompt_template:
|
140 |
-
_target_:
|
141 |
template: |2-
|
142 |
Here is the goal you need to achieve, follow your plan to finish the goal:
|
143 |
{{goal}}
|
|
|
128 |
template_format: jinja2
|
129 |
|
130 |
human_message_prompt_template:
|
131 |
+
_target_: aiflows.prompt_template.JinjaPrompt
|
132 |
template: |2-
|
133 |
Here is the result of your previous action:
|
134 |
{{result}}
|
|
|
137 |
template_format: jinja2
|
138 |
|
139 |
init_human_message_prompt_template:
|
140 |
+
_target_: aiflows.prompt_template.JinjaPrompt
|
141 |
template: |2-
|
142 |
Here is the goal you need to achieve, follow your plan to finish the goal:
|
143 |
{{goal}}
|