Tachi67 commited on
Commit
6b2e4b9
·
1 Parent(s): 6aac692

Update ExtLibAskUserFlow.py

Browse files
Files changed (1) hide show
  1. 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