Connecting Dust Bot with Lovable for Conversation History Management
Hi there π, Objective: I want to connect a Dust bot with my Lovable front to engage into a conversation with my bot. -> I have connected the bot with lovable thanks to the Dust node. Problem:
I cannot have a real conversation with the bot as it doesn't save the historic of the conversation (only the last message from lovable as it is the first).
I have tried to save the history as a table but did not work as the node can only take a string as an input.
I have tried to concatenated the different messages into a string but did not really manage to do it for now (still exploring this way)
Do you know if there is a simple way with the DUST node to keep the history of the discussion to have a real conversation with the bot? Or is it mandatory to go through API calls with different HTTP nodes? Thanks π