Tachi67 commited on
Commit
9fd8e46
·
1 Parent(s): 552eebd

Update CodeGeneratorAtomicFlow.yaml

Browse files
Files changed (1) hide show
  1. CodeGeneratorAtomicFlow.yaml +2 -2
CodeGeneratorAtomicFlow.yaml CHANGED
@@ -77,7 +77,7 @@ system_message_prompt_template:
77
  input_variables: ["code_library_file_location", "code_library"]
78
 
79
  human_message_prompt_template:
80
- _target_: flows.prompt_template.JinjaPrompt
81
  template: |2-
82
  Here is the response to your last action:
83
  {{goal}}
@@ -85,7 +85,7 @@ human_message_prompt_template:
85
  - "goal"
86
 
87
  init_human_message_prompt_template:
88
- _target_: flows.prompt_template.JinjaPrompt
89
  template: |2-
90
  Here is the goal you need to achieve:
91
  {{goal}}
 
77
  input_variables: ["code_library_file_location", "code_library"]
78
 
79
  human_message_prompt_template:
80
+ _target_: aiflows.prompt_template.JinjaPrompt
81
  template: |2-
82
  Here is the response to your last action:
83
  {{goal}}
 
85
  - "goal"
86
 
87
  init_human_message_prompt_template:
88
+ _target_: aiflows.prompt_template.JinjaPrompt
89
  template: |2-
90
  Here is the goal you need to achieve:
91
  {{goal}}