Update ExtLibAskUserFlow.py
Browse files- ExtLibAskUserFlow.py +1 -1
ExtLibAskUserFlow.py
CHANGED
@@ -8,7 +8,7 @@ from aiflows.utils import logging
|
|
8 |
|
9 |
log = logging.get_logger(f"aiflows.{__name__}")
|
10 |
|
11 |
-
|
12 |
class ExtLibAskUserFlow(HumanStandardInputFlow):
|
13 |
"""This class is used to ask for user feedback whenever the controller is unsure of something, or need confirmation, etc.
|
14 |
|
|
|
8 |
|
9 |
log = logging.get_logger(f"aiflows.{__name__}")
|
10 |
|
11 |
+
# TODO: extract this flow to a seperate flow module for modularity.
|
12 |
class ExtLibAskUserFlow(HumanStandardInputFlow):
|
13 |
"""This class is used to ask for user feedback whenever the controller is unsure of something, or need confirmation, etc.
|
14 |
|