agent-squad icon indicating copy to clipboard operation
agent-squad copied to clipboard

Feature request: Add support for return Control in Bedrock Agents

Open brnaba-aws opened this issue 1 year ago • 1 comments

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

brnaba-aws avatar Dec 12 '24 15:12 brnaba-aws

Grate to hear from you

tica3467 avatar Dec 24 '24 17:12 tica3467