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" "Chief Creative Officer"
], ],
"clear_structure": "True", "clear_structure": "True",
"brainstorming": "False",
"gui_design": "True", "gui_design": "True",
"git_management": "False", "git_management": "False",
"self_improve": "False", "self_improve": "False",

View file

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

View file

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

View file

@ -88,7 +88,6 @@
"Chief Creative Officer" "Chief Creative Officer"
], ],
"clear_structure": "True", "clear_structure": "True",
"brainstorming": "False",
"gui_design": "True", "gui_design": "True",
"git_management": "False", "git_management": "False",
"self_improve": "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 ## ChatChain Parameters
- *clear_structure*: Whether to clear non-software files in the WareHouse and cache files in generated software path. - *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. - *gui_design*: Encourage ChatDev generate software with GUI.
- *git_management*: Whether to use git to manage the creation and changes of generated software. - *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. - *incremental_develop*: Whether to use incremental develop on an existing project.