Tachi67 commited on
Commit
1423219
·
1 Parent(s): 991e64d

Update CodeWriterCtrlFlow.yaml

Browse files
Files changed (1) hide show
  1. CodeWriterCtrlFlow.yaml +2 -2
CodeWriterCtrlFlow.yaml CHANGED
@@ -99,7 +99,7 @@ system_message_prompt_template:
99
  template_format: jinja2
100
 
101
  human_message_prompt_template:
102
- _target_: flows.prompt_template.JinjaPrompt
103
  template: |2-
104
  Here is the code written by the coder, it might have been updated by the user, depending on the user's feedback:
105
  {{code}}
@@ -111,7 +111,7 @@ human_message_prompt_template:
111
  template_format: jinja2
112
 
113
  init_human_message_prompt_template:
114
- _target_: flows.prompt_template.JinjaPrompt
115
  template: |2-
116
  Here is the goal you need to achieve:
117
  {{goal}}
 
99
  template_format: jinja2
100
 
101
  human_message_prompt_template:
102
+ _target_: aiflows.prompt_template.JinjaPrompt
103
  template: |2-
104
  Here is the code written by the coder, it might have been updated by the user, depending on the user's feedback:
105
  {{code}}
 
111
  template_format: jinja2
112
 
113
  init_human_message_prompt_template:
114
+ _target_: aiflows.prompt_template.JinjaPrompt
115
  template: |2-
116
  Here is the goal you need to achieve:
117
  {{goal}}