Hi, im making a bot that can tell story. I split up the story into many paragraphs and i have a custom action named tell_story to get a paragraph and send it to the user. I want to trigger the tell_story action continuously and user dont have to type anything.
i’ve tried to solve this by creating a form:
And create an action named action_ask_tell_story_form_tell_story which is using to send paragraph index current_story_idx to user. Then trigger continue_story intent to send next paragraph to user if story is not end yet.
The request to trigger intent return successfully but in rasa x i dont see any intent is trigger. When i type “continue” it return multiple fallback actions and rasa core warning Circuit breaker tripped. Stopped predicting more actions for sender. Can someone help me? Sorry for my bad english.
I want to ask that why the request to endpoint of trigger_intent for continue_story intent doesnt work (ActionTellStory) and how to trigger one action multiple times without having user typed anything.
When trigger continue_tell_story intent, rasa x respond: