flask-assistant
flask-assistant copied to clipboard
unable to clear context
Hi All,
I am unable to clear the context_manager. I would like to clear the context and start afresh whenever welcome intent is triggered. I tried clearing context using context_manager.clear_all()
but it doesn't seem to work.
Also the tell
command should clear and end the session which is not happening.
Please let me know what's wrong.
Thanks