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.