Update Controller_JarvisFlow.yaml
Browse files
Controller_JarvisFlow.yaml
CHANGED
@@ -134,7 +134,7 @@ system_message_prompt_template:
|
|
134 |
template_format: jinja2
|
135 |
|
136 |
human_message_prompt_template:
|
137 |
-
_target_:
|
138 |
template: |2-
|
139 |
Here is the result of your previous action:
|
140 |
{{result}}
|
@@ -143,7 +143,7 @@ human_message_prompt_template:
|
|
143 |
template_format: jinja2
|
144 |
|
145 |
init_human_message_prompt_template:
|
146 |
-
_target_:
|
147 |
template: |2-
|
148 |
Here is the goal you need to achieve, follow your plan to finish the goal:
|
149 |
{{goal}}
|
|
|
134 |
template_format: jinja2
|
135 |
|
136 |
human_message_prompt_template:
|
137 |
+
_target_: aiflows.prompt_template.JinjaPrompt
|
138 |
template: |2-
|
139 |
Here is the result of your previous action:
|
140 |
{{result}}
|
|
|
143 |
template_format: jinja2
|
144 |
|
145 |
init_human_message_prompt_template:
|
146 |
+
_target_: aiflows.prompt_template.JinjaPrompt
|
147 |
template: |2-
|
148 |
Here is the goal you need to achieve, follow your plan to finish the goal:
|
149 |
{{goal}}
|