-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Restart action doesn't run session start #5974
Labels
area:rasa-oss 🎡
Anything related to the open source Rasa framework
type:bug 🐛
Inconsistencies or issues which will cause an issue or problem for users or implementors.
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
3 tasks
3 tasks
joejuzl
added a commit
that referenced
this issue
Nov 11, 2020
joejuzl
added a commit
that referenced
this issue
Nov 11, 2020
rasabot
added a commit
that referenced
this issue
Nov 12, 2020
…session_start Trigger session start action as follow up to restart action
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area:rasa-oss 🎡
Anything related to the open source Rasa framework
type:bug 🐛
Inconsistencies or issues which will cause an issue or problem for users or implementors.
Rasa version:
master
Issue:
If you restart a conversation using
/restart
(or call theRestarted()
event from your actions), neither the restart action nor the restarted event call the session start action/event. This leads to a different context when starting a conversation via the webhook or server start and in the middle of the conversation. I would expect that restart would recreate the state of a new conversation.Debug logs on new conversation:
Debug logs after sending
/restart
:The text was updated successfully, but these errors were encountered: