Replies: 4 comments 4 replies
-
push, same problem |
Beta Was this translation helpful? Give feedback.
-
Those examples in that notebook use function calling / tool calling, so your API would have to support it if you wanted to apply it directly: https://python.langchain.com/docs/use_cases/tool_use/quickstart/#toolfunction-calling |
Beta Was this translation helpful? Give feedback.
-
So is there a way to resolve this? |
Beta Was this translation helpful? Give feedback.
-
@anshumankmr I am here to check if you manage to find a solution for this problem? I am at same problem now. It seems the solution still does not exist in the LangChain/LangGraph. Any suggestions/e.g. code will be highly appreciated. |
Beta Was this translation helpful? Give feedback.
-
I'm trying to use the example of the supervisor (https://github.com/langchain-ai/langgraph/blob/main/examples/multi_agent/agent_supervisor.ipynb )made with langgraph with a mistral model deployed locally
the llm definition in my case is
and I have the following exception
OutputParserException: Could not parse function call: 'function_call'
I think it's due to the way the supervisor chain is defined
any suggestion? @hinthornw
Beta Was this translation helpful? Give feedback.
All reactions