- Newest
- Most votes
- Most comments
The closest feature in Bedrock is called Agents. https://aws.amazon.com/bedrock/agents/ Specifically the Action groups feature https://docs.aws.amazon.com/bedrock/latest/userguide/agents-action-create.html
Edit: tool use is now available in bedrock https://docs.aws.amazon.com/bedrock/latest/userguide/tool-use.html
i thought that agents are similar to assistants in OpenAi...
yes that's why I mentioned it's the closest feature. Anthropic has a similar feature called tool use but it is not available yet in bedrock: https://docs.anthropic.com/claude/docs/tool-use :
Tool use is not yet available on third-party platforms like Vertex AI or AWS Bedrock, but is coming soon. See Legacy tool use for guidance on how to do tool use on Vertex AI and AWS Bedrock right now.tool use is now available in bedrock https://docs.aws.amazon.com/bedrock/latest/userguide/tool-use.html
Hi,
The way to go are agents. See https://medium.com/@zeek.granston/function-calling-with-anthropic-claude-and-amazon-bedrock-c6eda7358b0f for a sample implementation.
Best,
Didier
This feature is known as "Tool use" - aka "function calling. https://docs.aws.amazon.com/bedrock/latest/userguide/tool-use.html Several models have support for this functionality. I was able to make it working using Converse API (https://docs.aws.amazon.com/bedrock/latest/APIReference/API_runtime_Converse.html) However, i do not see this functionality in playgrounds
answered 2 years ago
Relevant content
asked 2 years ago
asked 3 years ago

tool use is now available in bedrock https://docs.aws.amazon.com/bedrock/latest/userguide/tool-use.html