We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f7d7d2 + 99b221e commit f43a365Copy full SHA for f43a365
src/main.py
@@ -68,7 +68,7 @@ def message_handler(
68
if status == "STATUS_FAILED":
69
AI_BOT.send_message("ERROR: Failed to generate message, please try again later", reply_to, token=token)
70
if status == "STATUS_SUCCESSFUL":
71
- AI_BOT.send_message(task["output"], reply_to, token=token)
+ AI_BOT.send_message(task["output"]["output"], reply_to, token=token)
72
73
return responses.Response()
74
0 commit comments