Closed ka-bu closed 2 years ago
@ka-bu Yes, this warning will get raised regardless of whether auto-fill is used as a key in the domain and it's because auto-fill was by default enabled if not specified in the domain. This was a decision we took with DevRel, see thread here.
ah ok, so a warning is supposed to be raised even if auto-fill is not used -> then we'll close this one :)
Rasa Open Source version
3.0.0.rc
Rasa SDK version
No response
Rasa X version
No response
Python version
3.8
What operating system are you using?
OSX
What happened?
Run rasa init, add some slot and entities and extract slot from_entities. Rasa warns that
UserWarning: Slot auto-fill has been removed in 3.0 and replaced with a new explicit mechanism to set slots. Please refer to https://rasa.com/docs/rasa/domain#slots to learn more.
although no auto-fill has been added.Command / Request
No response
Relevant log output
No response