-
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
Last utterance is filling slot in new form #7712
Comments
@ArjaanBuijk didn't you fix this in #7771 ? |
@desmarchris , |
Hi @desmarchris , I've just had a go at a bot conversation using
Could you please let me know what else I can try to replicate this issue? |
@ancalita yes sorry that's because I changed the order of the questions to get around it :) I have it on my to do list to rewrite how to replicate this. |
@ancalita try using this commit: https://github.com/RasaHQ/retail-demo/tree/05aeb3486dd995262799e3995570da2cefb27398 I just changed the order of the slot filling after this. Same steps apply |
@desmarchris Thanks for sending this - I was able to replicate using this commit. I noticed one thing in the Instead I have a new issue: although the survey_form gets activated after the product_stock_form, it reverts to
I've also edited the custom actions |
I've managed to trigger the
However it identifies the entity
|
Hi @desmarchris sorry for the multiple posts; I've managed to sort the issue you were having which leads me to think this was a usage error. Here were the steps I took:
@wochinge do you agree with my conclusion? |
oh sweet! thanks for exploring @ancalita! |
@desmarchris Ok, great! If all works on your end as well, I will close this ticket. |
Rasa version: 2.1.2
Rasa SDK version (if used & relevant): 2.1.2
Python version: 3.8.6
Operating system (windows, osx, ...): osx
Issue:
I have a form that finishes by asking for a size of shoe, filled with a number entity extracted using Duckling. After I submit this form, I kick off another form that asks a survey. The survey asks for a 1-5 rating and for open text feedback. What happens is that when the survey form is kicked off after the user gave their shoe size, the number extracted for shoe size also fills the rating slot, skipping this question. Example:
The last question is the second question in my form, showing that the first question (rating question) was skipped.
Bot is located here: https://github.com/RasaHQ/retail-demo
Enable squad definition of done
The text was updated successfully, but these errors were encountered: