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

form replaces list slot with length 1 with the item in the list #8364

Closed
amn41 opened this issue Apr 5, 2021 · 0 comments
Closed

form replaces list slot with length 1 with the item in the list #8364

amn41 opened this issue Apr 5, 2021 · 0 comments
Assignees
Labels
area:rasa-oss 🎡 Anything related to the open source Rasa framework area:rasa-oss/training-data Issues focused around Rasa training data (stories, NLU, domain, etc.) effort:atom-squad/2 Label which is used by the Rasa Atom squad to do internal estimation of task sizes. type:bug 🐛 Inconsistencies or issues which will cause an issue or problem for users or implementors.

Comments

@amn41
Copy link
Contributor

amn41 commented Apr 5, 2021

User raised this on the forum and I was able to reproduce using their example code.

You can see this happen if you run with rasa shell --debug

2021-04-05 16:15:28 DEBUG    rasa.core.processor  - Predicted next action 'order_pizza_form' with confidence 1.00.
2021-04-05 16:15:28 DEBUG    rasa.core.actions.forms  - Activated the form 'order_pizza_form'.
2021-04-05 16:15:28 DEBUG    rasa.core.actions.forms  - Validating pre-filled required slots: {'toppings': ['pepperoni']}
2021-04-05 16:15:28 DEBUG    rasa.core.actions.forms  - Validating extracted slots: {'toppings': ['pepperoni']}
2021-04-05 16:15:28 DEBUG    rasa.core.actions.forms  - Validating user input 'UserUttered(text: I want a pepperoni pizza, intent: pizza, entities: pepperoni (Type: toppings, Role: None, Group: None), use_text_for_featurization: False)'.
2021-04-05 16:15:28 DEBUG    rasa.core.actions.forms  - Extracted 'pepperoni' for extra slot 'toppings'.
2021-04-05 16:15:28 DEBUG    rasa.core.actions.forms  - Validating extracted slots: {'toppings': 'pepperoni'}
2021-04-05 16:15:28 DEBUG    rasa.core.actions.forms  - Deactivating the form 'order_pizza_form'
Rasa Version     : 2.3.1
Rasa SDK Version : 2.3.1
Rasa X Version   : 0.37.0
Python Version   : 3.7.6
Operating System : Darwin-19.6.0-x86_64-i386-64bit
@amn41 amn41 added type:bug 🐛 Inconsistencies or issues which will cause an issue or problem for users or implementors. area:rasa-oss 🎡 Anything related to the open source Rasa framework labels Apr 5, 2021
@TyDunn TyDunn added the area:rasa-oss/training-data Issues focused around Rasa training data (stories, NLU, domain, etc.) label Apr 30, 2021
@ancalita ancalita added the effort:atom-squad/2 Label which is used by the Rasa Atom squad to do internal estimation of task sizes. label Apr 30, 2021
@TyDunn TyDunn closed this as completed May 17, 2021
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 area:rasa-oss/training-data Issues focused around Rasa training data (stories, NLU, domain, etc.) effort:atom-squad/2 Label which is used by the Rasa Atom squad to do internal estimation of task sizes. type:bug 🐛 Inconsistencies or issues which will cause an issue or problem for users or implementors.
Projects
None yet
Development

No branches or pull requests

4 participants