im trying to set a name slot in my story but the value is just not being set even after the intent is being recognized- I checked that it is by running rasa shell --debug
I cant seem to be what im doing wrong :((
im trying to set a name slot in my story but the value is just not being set even after the intent is being recognized- I checked that it is by running rasa shell --debug
I cant seem to be what im doing wrong :((
for auto slot selection, you should name your entity and slot the same.
the entity is called Name while your slot is called Name_slot,
declare them the same “Name”
Hi, I gave also tried auto slot selection but sadly it’s still not filling up the slot
I got it working it was a spacing issue as well as the names of entities and slots being different