Update ReplanningAskUserFlow.py
Browse files- ReplanningAskUserFlow.py +1 -0
ReplanningAskUserFlow.py
CHANGED
@@ -10,6 +10,7 @@ log = logging.get_logger(f"flows.{__name__}")
|
|
10 |
|
11 |
|
12 |
class ReplanningAskUserFlow(HumanStandardInputFlow):
|
|
|
13 |
def run(self,
|
14 |
input_data: Dict[str, Any]) -> Dict[str, Any]:
|
15 |
|
|
|
10 |
|
11 |
|
12 |
class ReplanningAskUserFlow(HumanStandardInputFlow):
|
13 |
+
"""Refer to: https://huggingface.co/Tachi67/ExtendLibraryFlowModule/blob/main/ExtLibAskUserFlow.py"""
|
14 |
def run(self,
|
15 |
input_data: Dict[str, Any]) -> Dict[str, Any]:
|
16 |
|