Open jacopo-chevallard opened 2 hours ago
We can us LangGraph for tool calling with OpenAI, but we encounter issues with Anthropic.
The problem is explained here https://github.com/langchain-ai/langchain/discussions/21871 and in particular in https://github.com/langchain-ai/langchain/discussions/21871#discussioncomment-9968997, which refers to https://github.com/langchain-ai/langchain/discussions/21871#discussioncomment-9968997
The issue seems actually this one https://github.com/langchain-ai/langchain/discussions/21871#discussioncomment-10052603, where the output from Anthropic is different then the one from OpenAI, so that the two providers are not exchangeable…
CORE-298 Problem with Anthropic tool call
We can us LangGraph for tool calling with OpenAI, but we encounter issues with Anthropic.
The problem is explained here https://github.com/langchain-ai/langchain/discussions/21871 and in particular in https://github.com/langchain-ai/langchain/discussions/21871#discussioncomment-9968997, which refers to https://github.com/langchain-ai/langchain/discussions/21871#discussioncomment-9968997
The issue seems actually this one https://github.com/langchain-ai/langchain/discussions/21871#discussioncomment-10052603, where the output from Anthropic is different then the one from OpenAI, so that the two providers are not exchangeable…