End Block with workflow context

Hello! I’m trying to create a workflow that generates an analysis based on some user inputs. At the end, we present the analysis and the user has the opportunity to chat with the agent. I managed to do everything, but the final chat is restricted to the RAG and does not take into account the user inputs, nor the analysis that was presented in a Display Content block. Is there any way to generate a contextualized chat from the workflow and the RAG?

The End Block with chat will retain context of any Generate Text blocks in your workflow, if displayed to user. Context will not be retained if the output is instead saved as a variable and displayed via Display Content block.

https://app.mindstudio.ai/agents/context-to-chat-block-09fa6ff0/remix

1 Like