nbaldwin commited on
Commit
09be0e1
·
1 Parent(s): f265eda

remove is_reply

Browse files
Files changed (1) hide show
  1. HumanStandardInputFlow.py +1 -1
HumanStandardInputFlow.py CHANGED
@@ -167,4 +167,4 @@ class HumanStandardInputFlow(AtomicFlow):
167
  response = {"human_input": human_input}
168
  )
169
 
170
- self.send_message(reply_message, is_reply = True)
 
167
  response = {"human_input": human_input}
168
  )
169
 
170
+ self.send_message(reply_message)