Feature request: Enable Bedrock Agents user confirmation #6500
Labels
event_sources
Event Source Data Class utility
feature-request
feature request
openapi-schema
pending-release
Fix or implementation already in dev waiting to be released
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: