remove is_reply
Browse files
HumanStandardInputFlow.py
CHANGED
@@ -167,4 +167,4 @@ class HumanStandardInputFlow(AtomicFlow):
|
|
167 |
response = {"human_input": human_input}
|
168 |
)
|
169 |
|
170 |
-
self.send_message(reply_message
|
|
|
167 |
response = {"human_input": human_input}
|
168 |
)
|
169 |
|
170 |
+
self.send_message(reply_message)
|