You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
return"""Here is the Task:\n Your task is to iteratively implement the each function that is 'NotImplementedError('IMPLEMENT ME HERE')' in these files until there are no more 'NotImplementedError('IMPLEMENT ME HERE')' and pass the unit tests.
122
-
Make sure you read the files carefully.
123
-
Your output should be the edited code files.
124
-
Use the above instructions to modify the supplied files: {file_list}
125
-
Do not change the names of existing functions or classes, as they may be referenced from other code like unit tests, etc.
126
-
Only use standard python libraries, do not suggest installing any packages.
Copy file name to clipboardExpand all lines: baselines/configs/base.yaml
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,13 @@ commit0_config:
13
13
aider_config:
14
14
llm_name: "claude-3-5-sonnet-20240620"
15
15
use_user_prompt: false
16
-
user_prompt: ""
16
+
user_prompt: """Here is the Task:\n Your task is to iteratively implement the each function that is 'NotImplementedError('IMPLEMENT ME HERE')' in these files until there are no more 'NotImplementedError('IMPLEMENT ME HERE')' and pass the unit tests.
17
+
Make sure you read the files carefully.
18
+
Your output should be the edited code files.
19
+
Use the above instructions to modify the supplied files.
20
+
Do not change the names of existing functions or classes, as they may be referenced from other code like unit tests, etc.
21
+
Only use standard python libraries, do not suggest installing any packages.
0 commit comments