💬 RasaGPT is the first headless LLM chatbot platform built on top of Rasa and Langchain. Built w/ Rasa, FastAPI, Langchain, LlamaIndex, SQLModel, pgvector, ngrok, telegram
I took a deeper look into this issue and found this out that it seems to be an issue with `rasa.core.policies.rule policy`.
A response to the user ist sent by There is a rule for the next action 'action_gpt_fallback' and a Predicted next action 'action_ apt_ fallback' with confidence 1.00
and no response is sent when the policy returns There is no applicable rule. and Predicted next action 'action_default_fallback' with confidence 0.30.
I'm new to rasa, will try to look further into it. But just fyi if you are faster ;-)
I have the same issue, when the action is action_gpt_fallback it works ok, it has nothing to respose when the action is action_default_fallback, it blocks me almost a month...., help me please.
A response to the user ist sent by
There is a rule for the next action 'action_gpt_fallback'
and aPredicted next action 'action_ apt_ fallback' with confidence 1.00
and no response is sent when the policy returnsThere is no applicable rule.
andPredicted next action 'action_default_fallback' with confidence 0.30.
I'm new to rasa, will try to look further into it. But just fyi if you are faster ;-)
Originally posted by @OmidH in https://github.com/paulpierre/RasaGPT/issues/7#issuecomment-1545679498
I have the same issue, when the action is action_gpt_fallback it works ok, it has nothing to respose when the action is action_default_fallback, it blocks me almost a month...., help me please.