Skip to content

Commit acb8dd7

Browse files
Merging from develop
1 parent 405137f commit acb8dd7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# logger.powertools_handler is set with Powertools Logger handler; useful when there are many handlers
22
LOGGER_ATTRIBUTE_POWERTOOLS_HANDLER = "powertools_handler"
3-
# logger.init attribute is set when Logger has been configured
3+
# logger.init attribute is set when Logger has been configured
44
LOGGER_ATTRIBUTE_PRECONFIGURED = "init"
55
LOGGER_ATTRIBUTE_HANDLER = "logger_handler"

examples/event_handler_bedrock_agents/cdk/bedrock_agent_stack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def __init__(self, scope: Construct, construct_id: str, **kwargs) -> None:
3131
foundation_model=BedrockFoundationModel.ANTHROPIC_CLAUDE_INSTANT_V1_2,
3232
instruction="You are a helpful and friendly agent that answers questions about insurance claims.",
3333
)
34-
agent.add_action_group(
34+
agent.add_action_group( # type: ignore[call-arg]
3535
action_group_name="InsureClaimsSupport",
3636
description="Use these functions for insurance claims support",
3737
action_group_executor=action_group_function,

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ aws-cdk-lib = "^2.141.0"
7070
"aws-cdk.aws-apigatewayv2-integrations-alpha" = "^2.38.1-alpha.0"
7171
"aws-cdk.aws-apigatewayv2-authorizers-alpha" = "^2.38.1-alpha.0"
7272
"aws-cdk.aws-lambda-python-alpha" = "^2.141.0a0"
73-
"cdklabs.generative-ai-cdk-constructs" = "^0.1.146"
73+
"cdklabs.generative-ai-cdk-constructs" = "^0.1.148"
7474
pytest-benchmark = "^4.0.0"
7575
mypy-boto3-appconfig = "^1.34.58"
7676
mypy-boto3-cloudformation = "^1.34.84"

0 commit comments

Comments
 (0)