Tachi67 commited on
Commit
c080ddb
·
1 Parent(s): 0dfaf00

Update ControllerFlow_ExtLib.yaml

Browse files
Files changed (1) hide show
  1. ControllerFlow_ExtLib.yaml +2 -2
ControllerFlow_ExtLib.yaml CHANGED
@@ -128,7 +128,7 @@ system_message_prompt_template:
128
  template_format: jinja2
129
 
130
  human_message_prompt_template:
131
- _target_: flows.prompt_template.JinjaPrompt
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_: flows.prompt_template.JinjaPrompt
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}}