the form executes ok, the action set_score sets the slot “grave” to True correctly when tested (checked in rasa interactive) but the action utter_other_sym never triggers, rasa just wants to run ‘action_default_fallback’.
This doesn’t work, the test_action script does set the slot, but the slot_was_set doesn’t react. I was reading about the default RASA actions and action_extract_slots “runs after each user turn”, and in this case I’m setting the slot but there’s no user turn between the slot setting and the slot_was_set. Maybe that’s what’s wrong?
Hi, thanks for your response… but my problem is beyond the form, look at my second post, the same problem without form, it’s like slot_was_set is not seeing the setting of the slot
Nothing worked, I tried a lot of things, and eventually it worked, when I declared all slots influence_conversation = true and change the policies in config.yml letting only MemoizationPolicy active. Why it made a difference? Somebody knows?