Some of The Tools Bound with LLM in LangGraph are being Called Instead of Calling All of Them
I’m using LangGraph to control the chain behaviour and path.
I have defined 3 functions (get_time, get_content, get_information). The three functions returns the state.
After I convert them using convert to openai function and invoke the graph as following: