Hi, do you know if it is possible to configure a B...
# 🌎general
m
Hi, do you know if it is possible to configure a Botpress chatbot to be able to receive/handle a whole conversation history in the first message? Like, say a conversation was interrupted/browser session shut down, no cookie history available, just the history of messages stored to disk like this: '[("user","hello"),("bot","how may I help you?"),("user","looking for a place to stay next weekend")]'. I'd then pass this whole string as first message, and the bot then would understand the previous conversation history and take it from there. Any idea?