Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CompanyConfig/Default/PhaseConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,13 @@
"\"{codes}\"",
"Comments on Codes:",
"\"{comments}\"",
"While addressing the review comment, keep all of the following ChatDev regulations satisfied:",
"1) all referenced classes should be imported;",
"2) all methods should be implemented;",
"3) all methods need to have the necessary comments;",
"4) no potential bugs;",
"5) The entire project conforms to the tasks proposed by the user;",
"6) most importantly, do not only fix errors in the code, but also preserve the logic of the code. Make sure that the user can interact with the generated software without losing any feature in the requirement;",
"In the software, each file must strictly follow a markdown code block format, where the following tokens must be replaced such that \"FILENAME\" is the lowercase file name including the file extension, \"LANGUAGE\" in the programming language, \"DOCSTRING\" is a string literal specified in source code that is used to document a specific segment of code, and \"CODE\" is the original code. Format:",
"FILENAME",
"```LANGUAGE",
Expand Down
7 changes: 7 additions & 0 deletions CompanyConfig/Human/PhaseConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,13 @@
"\"{codes}\"",
"Comments on Codes:",
"\"{comments}\"",
"While addressing the review comment, keep all of the following ChatDev regulations satisfied:",
"1) all referenced classes should be imported;",
"2) all methods should be implemented;",
"3) all methods need to have the necessary comments;",
"4) no potential bugs;",
"5) The entire project conforms to the tasks proposed by the user;",
"6) most importantly, do not only fix errors in the code, but also preserve the logic of the code. Make sure that the user can interact with the generated software without losing any feature in the requirement;",
"In the software, each file must strictly follow a markdown code block format, where the following tokens must be replaced such that \"FILENAME\" is the lowercase file name including the file extension, \"LANGUAGE\" in the programming language, \"DOCSTRING\" is a string literal specified in source code that is used to document a specific segment of code, and \"CODE\" is the original code. Format:",
"FILENAME",
"```LANGUAGE",
Expand Down