Raise asyncio.TimeoutError from None concurrent.futures._base.TimeoutError

Hello @Akhil1278 ,

I’m far from being and specialist but let’s go…

Your story “happy path2” seems to be missing some things, as you did to the IITTP histories, using yes/deny to teach the flow to RASA.

happy path2

  • send_mail
    • gmail_form
    • form{“name”: “gmail_form”}
    • form{“name”: null}
    • utter_confirm
  • yes
    • action_send_mail
    • utter_goodbye

happy path3

  • send_mail
    • gmail_form
    • form{“name”: “gmail_form”}
    • form{“name”: null}
    • utter_confirm
  • deny
    • utter_goodbye

And if you don’t want to use stories, you can also use the followup actions (check this topic) after sending the mail, so the RASA core will follow the action you specified and not predict the next one.

Let me know if that helped you.

Cya!

1 Like