changed description of run
Browse files
HumanStandardInputFlow.py
CHANGED
@@ -145,10 +145,8 @@ class HumanStandardInputFlow(AtomicFlow):
|
|
145 |
input_message: FlowMessage):
|
146 |
""" Runs the HumanStandardInputFlow. It's used to read input from the user/human's standard input.
|
147 |
|
148 |
-
:param
|
149 |
-
:type
|
150 |
-
:return: The output data dictionary
|
151 |
-
:rtype: Dict[str, Any]
|
152 |
"""
|
153 |
input_data = input_message.data
|
154 |
|
|
|
145 |
input_message: FlowMessage):
|
146 |
""" Runs the HumanStandardInputFlow. It's used to read input from the user/human's standard input.
|
147 |
|
148 |
+
:param input_message: The input message
|
149 |
+
:type input_message: FlowMessage
|
|
|
|
|
150 |
"""
|
151 |
input_data = input_message.data
|
152 |
|