Tejeshwara
(Tejeshwara Murthy)
1
Bot is not behaving according to story order
- story: interactive_story_1
steps:
- intent: greet
- action: utter_ask
- intent: inform
- action: utter_define_choice
- intent: define
- action: utter_t
- action: action_get_logs
- action: utter_ask_again
after utter_t action, action_get_logs action is not getting executed
1 Like
Do you have other stories similar to interactive_story_1
, Coz Rasa then gets confuse about following which story and starts behaving abnormally
Tejeshwara
(Tejeshwara Murthy)
3
no there are no other stories similar to interactive_story_1
Try running rasa shell
and check for the conversation path it is taking.
Tejeshwara
(Tejeshwara Murthy)
5
after utter_t gets executed it asks for input
Could you retrain your model once, Maybe you have a previously trained model that is getting picked