pvanand commited on
Commit
dd48e1d
·
1 Parent(s): 86ffbd5

Update actions/actions.py

Browse files
Files changed (1) hide show
  1. actions/actions.py +1 -1
actions/actions.py CHANGED
@@ -85,7 +85,7 @@ class GetOpenAIResponse(Action):
85
  response = conversation_data
86
 
87
  # Output the generated response to user
88
- dispatcher.utter_message(text=response)
89
 
90
  class GeneralHelp(Action):
91
  def name(self) -> Text:
 
85
  response = conversation_data
86
 
87
  # Output the generated response to user
88
+ dispatcher.utter_message(text=str(response))
89
 
90
  class GeneralHelp(Action):
91
  def name(self) -> Text: