Prevent rasa from storing the content of an "https" link during the conversation

Hello, I’m developing a chatbot that responds with images that it downloads via “https” links.

The problem is that even when the link content is updated during a conversation, the chatbot still returns the old image.

In other words, it caches the content of the links used during the conversation and does not update it when it has to reply again with the content of the link.

How to remedy this?

Thank you in advance for your help.

Hi @soldat could you please share the following information:

  • rasa & rasa sdk version used
  • python version
  • mechanism on how you’re storing the links at the moment
  • domain.yml & actions.py files if you’re using custom actions
  • logs output from running rasa shell --debug?