Spaces:
Build error
Build error
Update actions/actions.py
Browse files- 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:
|