Update Planner_CoderFlow.py
Browse files- Planner_CoderFlow.py +2 -0
Planner_CoderFlow.py
CHANGED
@@ -6,6 +6,8 @@ from aiflows.base_flows import CircularFlow
|
|
6 |
|
7 |
|
8 |
class Planner_CoderFlow(PlanWriterFlow):
|
|
|
|
|
9 |
def _on_reach_max_round(self):
|
10 |
self._state_update_dict({
|
11 |
"plan": "The maximum amount of rounds was reached before the model generated the plan.",
|
|
|
6 |
|
7 |
|
8 |
class Planner_CoderFlow(PlanWriterFlow):
|
9 |
+
"""Planner of the coder flow, it inherits from PlanWriterFlow, see: https://huggingface.co/Tachi67/PlanWriterFlowModule
|
10 |
+
"""
|
11 |
def _on_reach_max_round(self):
|
12 |
self._state_update_dict({
|
13 |
"plan": "The maximum amount of rounds was reached before the model generated the plan.",
|