-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement tool calling for ChatBedrock #22
Comments
This is the PR. Right now, it is only supporting Anthropic models. |
@eugeneduvenage |
Thanks! Confirmed it is working for me using ChatBedrock. |
Hi @eugeneduvenage |
It's not working for me, can you provide an example of how you're usingit |
Currently ChatBedrock cannot easily be used for tool calling when using langchain agents as it does not implement the bind_tools method. An example would be this langchain example using Anthropic: https://python.langchain.com/docs/use_cases/tool_use/agents/ and the create_tool_calling_agent function.
Are there any plans to support this common use case, at least when using Bedrock Anthropic models?
It might also be nice to add the BedrockChat to the langchain integrations page here: https://python.langchain.com/docs/integrations/chat/ so that the supported features can easily be understood.
The text was updated successfully, but these errors were encountered: