Have some issues with chat memory, I added http tool to request current time (some public api). First time I asked AI for the current time, ai requested api, answer gets stored into chat memory, ai gives right answer, but after that, it wont request new time anymore. It always takes time from first request from chat memory, and outputs it as a current time, never requests the http tool again (I suppose it finds the answer in a chat memory). How to solve this?
Tried to set the prompt to always request api via request tool and get time info only from that request but it didnt work. How can I solve this?