Resolve #305: remove brainstorming

This commit is contained in:
thinkwee 2023-12-21 10:48:15 +08:00
parent d1ffafcb64
commit 4cbd741a42
5 changed files with 0 additions and 5 deletions

View File

@ -113,7 +113,6 @@
"Chief Creative Officer"
],
"clear_structure": "True",
"brainstorming": "False",
"gui_design": "True",
"git_management": "False",
"self_improve": "False",

View File

@ -94,7 +94,6 @@
"Chief Creative Officer"
],
"clear_structure": "True",
"brainstorming": "False",
"gui_design": "True",
"git_management": "False",
"self_improve": "False",

View File

@ -107,7 +107,6 @@
"Chief Creative Officer"
],
"clear_structure": "True",
"brainstorming": "False",
"gui_design": "True",
"git_management": "False",
"self_improve": "False",

View File

@ -88,7 +88,6 @@
"Chief Creative Officer"
],
"clear_structure": "True",
"brainstorming": "False",
"gui_design": "True",
"git_management": "False",
"self_improve": "False",

View File

@ -272,7 +272,6 @@ then go to [Visualizer Website](http://127.0.0.1:8000/) to see an online visuali
## ChatChain Parameters
- *clear_structure*: Whether to clear non-software files in the WareHouse and cache files in generated software path.
- *brainstorming*: TBD
- *gui_design*: Encourage ChatDev generate software with GUI.
- *git_management*: Whether to use git to manage the creation and changes of generated software.
- *incremental_develop*: Whether to use incremental develop on an existing project.