conversation_id
changes during the interaction for no apparent reason. The app uses Dify as the AI engine. There's only one Dify block running in a loop. It gets the user_id
created at the start of the flow and automatically generates a conversation_id
, which should be used throughout the interaction.conversation_id
variable is reset, effectively splitting the conversation history.user_id
and the conversation_id
variables.conversation_id
variable becomes empty.Previous messages