Feature request: Add support for return Control in Bedrock Agents
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
Grate to hear from you