From 202a35622e8d5ea110c55f6886240f1f3a5efeca Mon Sep 17 00:00:00 2001 From: DeflateAwning <11021263+DeflateAwning@users.noreply.github.com> Date: Fri, 8 Dec 2023 15:33:19 -0700 Subject: [PATCH] Add TODO related to Issue #289 https://github.com/OpenBMB/ChatDev/issues/289 --- chatdev/chat_chain.py | 1 + 1 file changed, 1 insertion(+) diff --git a/chatdev/chat_chain.py b/chatdev/chat_chain.py index 6e77eeadf..cd0eea5cf 100644 --- a/chatdev/chat_chain.py +++ b/chatdev/chat_chain.py @@ -85,6 +85,7 @@ def __init__(self, if not check_bool(self.config["incremental_develop"]): if self.code_path: + # TODO: in this case, the code_path is used as the target (instead of the WareHouse directory) raise RuntimeError("code_path is given, but Phase Config specifies incremental_develop=False. code_path will be ignored.") # the user input prompt will be self-improved (if set "self_improve": "True" in ChatChainConfig.json)