Include support to use tools with Anthropic Claude models #20287
Closed
rafaelpadilla
announced in
Ideas
Replies: 1 comment
-
With the latest updates and creation of the create_tool_calling_agent(), this feature has been already implemented. Now it's possible to use tools with Anthropic models. So, I'm closing this discussion for now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Checked
Feature request
Include support for tools for Anthropic Claude models.
I suggest a similar approach as done for OpenAI GPT, so that the creation of a function named
create_anthropic_tools_agent(...)
and a classOpenAIToolsAgentOutputParser(...)
.Motivation
Last week Anthropic announced the support of tools in Claude models.
Langchain already supports OpenAI tools agents for GPT models through function create_openai_tools_agent(...) and a specialized parser class OpenAIToolsAgentOutputParser
The community has a huge interest in seeing langchain supporting all models, specially the most popular, strongest, and cheapest models.
Proposal (If applicable)
I could take this PR, if core maintainers agree and find this idea useful.
Beta Was this translation helpful? Give feedback.
All reactions