Update CodeGeneratorAtomicFlow.yaml
Browse files
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_:
|
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_:
|
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}}
|