-
Notifications
You must be signed in to change notification settings - Fork 428
Feature request: Enable Bedrock Agents user confirmation #6500
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
Comments
Thanks for opening your first issue here! We'll come back to you as soon as we can. |
Hey @lorenzomicheli! Thanks a lot for opening this issue, indeed we need to support this field! I have a PR to add this support: #6510 |
|
This is now released under 3.11.0 version! |
Use case
To use the User Confirmation feature of Bedrock Agents, it requires to set the field "x-requireConfirmation":"ENABLED" in the api schema file like shown in insurance_claims_agent_openapi_schema.json.
I understand that this can be achieved in PowerTools using openapi_extensions.
BedrockAgentResolver does not expose openapi_extensions which is instead exposed by the parent class APIGatewayRestResolver.
Solution/User Experience
When calling a decorator from BedrockAgentResolver, I would like to set the openapi_extension parameter with a dictionary which i can use to customize the generated openapi schema file
Alternative solutions
Acknowledgment
The text was updated successfully, but these errors were encountered: