ansari-project / ansari-frontend

Frontend for Ansari
14 stars 4 forks source link

Store Last N Hours of WhatsApp Chat In Context #17

Closed OdyAsh closed 6 hours ago

OdyAsh commented 6 hours ago

Currently, when a WhatsApp user sends a message to Ansari, it treats it as if it's the very first message sent by that user.

We want to update the code so that it includes the last "N" (e.g., 3) hours of conversation with that user, and discards messages older than that from context (which is to stored/retrieved to/from a DB)

OdyAsh commented 6 hours ago

by mistake, should be in backend