Update aws bedrock agent runtime gem #66372
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update to the AWS bedrock agent runtime gem to support new API features in the retrieve and generate call
This doesn't update the
aws-sdk-bedrockagentruntime
gem all the way to 1.57, because of conflicts with aws-google for the required aws-sdk-core version. This should be resolved later, but the update to 1.38 is enough for now. Conflict output:Links
Jira: https://codedotorg.atlassian.net/browse/AITT-1049
Testing story
This shouldn't require code or test changes. Local build worked ok (the required API fields for
retrieveandgenerate
didn't change), waiting on drone for more testsPR Checklist: