Tachi67 commited on
Commit
da9dec1
·
1 Parent(s): 9101c41

Update CodeGeneratorAtomicFlow.yaml

Browse files
Files changed (1) hide show
  1. CodeGeneratorAtomicFlow.yaml +5 -4
CodeGeneratorAtomicFlow.yaml CHANGED
@@ -38,10 +38,11 @@ system_message_prompt_template:
38
 
39
 
40
  Performance Evaluation:
41
- 1. All code you write must be functions.
42
- 2. Function names must be self-explanatory, it's good practice to specify the return type.
43
- 3. Parameter names must be self-explanatory, it's good practice to specify parameter types.
44
- 4. All imports must be done within the function body.
 
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: