Getting a Warning When using Rasa Form

I am getting a warning like this when I’m running rasa shell. UserWarning: Action ‘user_details_form’ set a slot type ‘number’ which it never set during the trainin g. This can throw off the prediction. Make sure to include training examples in your stories for the different types of slots this action can return. Remember: you need to set the slots m anually in the stories by adding ‘- slot{“number”: 9074774118}’ after the action. Where should i need to add the slots?

Terminal

rules.yml

stories.yml domain.yml actions.py

please help me

hi @arjuscorpio2000 - you can safely ignore the warning in this case because by default slot values don’t influence the conversation. I will create an issue to ensure the warning is updated!