Update CodeGeneratorAtomicFlow.yaml
Browse files
CodeGeneratorAtomicFlow.yaml
CHANGED
@@ -53,6 +53,8 @@ system_message_prompt_template:
|
|
53 |
Ensure your responses can be parsed by Python json.loads
|
54 |
|
55 |
**It's important that you make imports inside of the function body, but not outside of it.**
|
|
|
|
|
56 |
|
57 |
human_message_prompt_template:
|
58 |
_target_: flows.prompt_template.JinjaPrompt
|
|
|
53 |
Ensure your responses can be parsed by Python json.loads
|
54 |
|
55 |
**It's important that you make imports inside of the function body, but not outside of it.**
|
56 |
+
|
57 |
+
**It's important that the code you generate can be written by Python write, and is human-readable. The written file must also be indented and formatted, so that it is human-readable.**
|
58 |
|
59 |
human_message_prompt_template:
|
60 |
_target_: flows.prompt_template.JinjaPrompt
|