-
Notifications
You must be signed in to change notification settings - Fork 52
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
chore(bedrock): agent refactoring #833
base: main
Are you sure you want to change the base?
Conversation
…cdk-constructs into agent-refactoring
…cdk-constructs into agent-refactoring
Upgraded the bedrock agent sample with these changes, first notes:
|
After updating the sample to work with those changes:
This is a regression, it is correctly configured with the existing code sample:
|
In addition to the scenarios mentioned in the PR listed tickets, we need to test/verify:
|
Testing to override default prompt for an agent:
Seems to work fine: Need to test more scenarios |
Adding a guardrail fails:
synth fails with:
from this:
|
I see, validation occurs even when tokens are unresolved. Will modify and add the |
Tested Python samples with the changes and it worked all fine. |
Fixes #731, #767, #747
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the project license.