We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ca4e2d commit 24099d3Copy full SHA for 24099d3
aws_lambda_powertools/event_handler/bedrock_agent.py
@@ -41,7 +41,7 @@ def __init__(
41
def is_json(self) -> bool:
42
return self.content_type == "application/json"
43
44
- def to_dict(self) -> dict:
+ def to_dict(self) -> dict[str, Any]:
45
return {
46
"body": self.body,
47
"status_code": self.status_code,
0 commit comments