Concept Flow - Handling follow-up questions
User asks initial question
LangChain processes question
Generate answer
User asks follow-up question
LangChain uses context + follow-up
Generate follow-up answer
Repeat or end
This flow shows how LangChain handles an initial question, then uses context to answer follow-up questions.