Skip to content

Commit 2f9ce0b

Browse files
committed
mypy
1 parent 24099d3 commit 2f9ce0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws_lambda_powertools/event_handler/bedrock_agent.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def build(self, event: BedrockAgentEvent, *args) -> dict[str, Any]:
8989
if bedrock_response.prompt_session_attributes:
9090
response["promptSessionAttributes"] = bedrock_response.prompt_session_attributes
9191
if bedrock_response.knowledge_bases_configuration:
92-
response["knowledgeBasesConfiguration"] = bedrock_response.knowledge_bases_configuration
92+
response["knowledgeBasesConfiguration"] = bedrock_response.knowledge_bases_configuration # type: ignore
9393

9494
return response
9595

0 commit comments

Comments
 (0)