Is your feature request related to a problem? Please describe.
Amazon Bedrock Agent offers a default Code interpreter that is not supported by the CDK construct
Describe the solution you'd like
AgentDefinitionBuilder allows you to add the user input tool with "withUserInput()" at builder time. It would be great to have a similar ".withCodeInterpreter()"
Describe alternatives you've considered
No real alternatives in mind that fits the current pattern of the blueprint.
Is your feature request related to a problem? Please describe. Amazon Bedrock Agent offers a default Code interpreter that is not supported by the CDK construct
Describe the solution you'd like AgentDefinitionBuilder allows you to add the user input tool with "withUserInput()" at builder time. It would be great to have a similar ".withCodeInterpreter()"
Describe alternatives you've considered No real alternatives in mind that fits the current pattern of the blueprint.
Additional context https://docs.aws.amazon.com/bedrock/latest/userguide/agents-code-interpretation.html