How do I get around the limit of 5 APIs for a Bedrock Agent action group.

0

Hi there, I'm in the process of creating a bedrock agent and am trying to use an architecture similar to Chain of Table where I give my agent access to 10+ atomic actions (pandas code for manipulating tabular data).

However I'm running into an issue where I can have a total of 5 actions, reguardless of how many actions groups I make.

  1. How can I get around this in the short term?
  2. Are there plans to increase this limit?
  3. Can I currently increase this limit?

Thank you in advance!

Dyl
asked 18 days ago320 views
2 Answers
0

To get around the limit of 5 actions in your bedrock agent in the short term, you can try consolidating multiple atomic actions into a single action or creating composite actions that perform multiple tasks within a single action.

profile picture
EXPERT
answered 18 days ago
0

Thanks for the input. That's the direction we're heading.

Do you know if the limit will increase in the future. We have 20+ atomic actions.

I'd imagine this to be the case for many enterprise level workloads.

Dyl
answered 18 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