-
Notifications
You must be signed in to change notification settings - Fork 58
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
Conversation
…cdk-constructs into agent-refactoring
…cdk-constructs into agent-refactoring
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:
|
[FIXED]
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. |
Signed-off-by: Alain Krok <[email protected]>
Signed-off-by: Alain Krok <[email protected]>
|
Issue #747 is fixed with these changes. Following code snippets deploys and runs successfully:
|
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.