Bedrock “function calling” feature

0

All, OpenAi provides feature known as “function calling”. In simple words, you describe a function, parameters, and conditions for model to call the function. Does anybody know if Bedrock has similar functionality? Thank you YK

YK
asked 20 days ago291 views
2 Answers
0
Accepted Answer

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

profile pictureAWS
MODERATOR
answered 20 days ago
profile pictureAWS
EXPERT
reviewed 20 days ago
  • 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.

0

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

profile pictureAWS
EXPERT
answered 20 days ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions