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)
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)