Skip to content
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

Feature request: Add support for return Control in Bedrock Agents #153

Open
brnaba-aws opened this issue Dec 12, 2024 · 1 comment
Open

Comments

@brnaba-aws
Copy link
Contributor

Use case

Rather than sending the information that your agent has elicited from the user to a Lambda function for fulfillment, you can instead choose to return control to the agent developer by sending the information in the InvokeAgent response. You can configure return of control to the agent developer when creating or updating an action group. Through the API, you specify RETURN_CONTROL as the customControl value in the actionGroupExecutor object in a CreateAgentActionGroup or UpdateAgentActionGroup request. For more information, see Add an action group to your agent in Amazon Bedrock.

Solution/User Experience

Adding a callback in case of return control so the developer can mock them up/make a call and return the data to Bedrock Agents.

Alternative solutions

None
@tica3467
Copy link

Grate to hear from you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

3 participants