Tachi67 commited on
Commit
d06f4f1
1 Parent(s): cc7c399

Update Controller_JarvisFlow.yaml

Browse files
Files changed (1) hide show
  1. Controller_JarvisFlow.yaml +2 -2
Controller_JarvisFlow.yaml CHANGED
@@ -134,7 +134,7 @@ system_message_prompt_template:
134
  template_format: jinja2
135
 
136
  human_message_prompt_template:
137
- _target_: flows.prompt_template.JinjaPrompt
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_: flows.prompt_template.JinjaPrompt
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}}