Hi @LindaA,
Missed the post updates, apologies. I’m unsure what is going wrong, but I’d try a few things:
- Are the two other slot questions being asked? If so, try putting
wellbeing
first in your form definition so that you can see if the problem lies with the other slots orwellbeing
itself (perhaps it is never triggered at all) - As you wrote, I’d avoid type
any
and changewellbeing
tocategorical
andnum_coffee
tofloat
. But I don’t see why that would affect the forms - You could try running
rasa shell --debug
when chatting with the bot and see what the core model is predicting, that might help too