Skip to content
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

Mark dialogs as completed after ending dialog #205

Merged
merged 3 commits into from
Jan 3, 2024

Conversation

BendikC
Copy link
Contributor

@BendikC BendikC commented Dec 14, 2023

User got notifications after a dialog was ended for this particular dialog, which implied that the dialog hadn't been marked as completed. 'action_end_dialog' is deceptive as it doesn't really do anything right now, but mark_dialog_completed is important to conclude with so the State Machine updates the dialog as not running anymore.

Fix PerfectFit-project/virtual-coach-issues#487

@BendikC BendikC requested a review from wbaccinelli December 14, 2023 14:33
@BendikC BendikC self-assigned this Dec 14, 2023
Copy link
Contributor

@wbaccinelli wbaccinelli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch! I just wonder weather 2 followup actions can be returned. Have you tried it or is there any other equivalent situation?

@BendikC
Copy link
Contributor Author

BendikC commented Dec 15, 2023

Actually a good point, I assumed since it was a list and you can do multiple slotsets that actions would be possible too, but I'm reading now that this might not be the case.

Copy link

@BendikC BendikC merged commit 99841d1 into main Jan 3, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Relapse sick dialog completion
3 participants