-
Notifications
You must be signed in to change notification settings - Fork 3
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
Introduce CodeInterpreter support and AutoPrepare in AgentDefinitionB… #26
base: main
Are you sure you want to change the base?
Conversation
*/ | ||
public withCodeInterpreter() { | ||
const codeInterpreterAction: bedrock.CfnAgent.AgentActionGroupProperty = { | ||
actionGroupName: CODE_INTERPRETER_ACTION_NAME, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please take this as an optional input from the user. withCodeInterpreter(actionName: string)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure this is required or exactly what you mean. Is this a blocker?
Introduced skipResourceInUseCheckOnDelete in CodeInterpreter AG and forced the AG changes to be additive to do not override previous definitions
actionGroupName: CODE_INTERPRETER_ACTION_NAME, | ||
actionGroupState: "ENABLED", | ||
parentActionGroupSignature: CODE_INTERPRETER_PARENT_SIGNATURE, | ||
skipResourceInUseCheckOnDelete: true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added SkipresourceInUseCheckOnDelete as discussed offline out of the testing
…uilder
Issue #, if available: #24
Description of changes: Introduce CodeInterpreter support and AutoPrepare in AgentDefinitionBuilder
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.