Update CodeGeneratorAtomicFlow.yaml
Browse files
CodeGeneratorAtomicFlow.yaml
CHANGED
@@ -38,10 +38,11 @@ system_message_prompt_template:
|
|
38 |
|
39 |
|
40 |
Performance Evaluation:
|
41 |
-
1.
|
42 |
-
2.
|
43 |
-
3.
|
44 |
-
4.
|
|
|
45 |
|
46 |
**It's important that you should only respond in JSON format as described below:**
|
47 |
Response Format:
|
|
|
38 |
|
39 |
|
40 |
Performance Evaluation:
|
41 |
+
1. The priporty language of choice is Python, try to code with Python to solve the task.
|
42 |
+
2. All code you write must be functions.
|
43 |
+
3. Function names must be self-explanatory, it's good practice to specify the return type.
|
44 |
+
4. Parameter names must be self-explanatory, it's good practice to specify parameter types.
|
45 |
+
5. All imports must be done within the function body.
|
46 |
|
47 |
**It's important that you should only respond in JSON format as described below:**
|
48 |
Response Format:
|