How to integrate reflect framework when using tool? #2672
Unanswered
DushyantSahoo
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am trying to use https://github.com/langchain-ai/langgraph/blob/main/docs/docs/tutorials/reflection/reflection.ipynb tutorial to integrate Reflect framework in a tool based agentic flow. I currently have agentic flow which calls multiple tools to answer a question. What would the graph be like in this new setting? Should I call the reflect node after the tool call is finished and then there is an edge to generate? What would be the exit condition of the generate node? I apologize for the noob question, I am new to this framework.
Beta Was this translation helpful? Give feedback.
All reactions