We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24099d3 commit 2f9ce0bCopy full SHA for 2f9ce0b
aws_lambda_powertools/event_handler/bedrock_agent.py
@@ -89,7 +89,7 @@ def build(self, event: BedrockAgentEvent, *args) -> dict[str, Any]:
89
if bedrock_response.prompt_session_attributes:
90
response["promptSessionAttributes"] = bedrock_response.prompt_session_attributes
91
if bedrock_response.knowledge_bases_configuration:
92
- response["knowledgeBasesConfiguration"] = bedrock_response.knowledge_bases_configuration
+ response["knowledgeBasesConfiguration"] = bedrock_response.knowledge_bases_configuration # type: ignore
93
94
return response
95
0 commit comments