Update Controller_CoderFlow.py
Browse files- Controller_CoderFlow.py +1 -1
Controller_CoderFlow.py
CHANGED
@@ -21,7 +21,7 @@ class Controller_CoderFlow(ChatAtomicFlow):
|
|
21 |
**kwargs):
|
22 |
super().__init__(**kwargs)
|
23 |
self.system_message_prompt_template = self.system_message_prompt_template.partial(
|
24 |
-
commands=self.
|
25 |
plan="no plans yet",
|
26 |
plan_file_location="no location yet",
|
27 |
code_library="no code library yet",
|
|
|
21 |
**kwargs):
|
22 |
super().__init__(**kwargs)
|
23 |
self.system_message_prompt_template = self.system_message_prompt_template.partial(
|
24 |
+
commands=self._build_commands_manual(commands),
|
25 |
plan="no plans yet",
|
26 |
plan_file_location="no location yet",
|
27 |
code_library="no code library yet",
|