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 8f0846b commit 5a64f63Copy full SHA for 5a64f63
sentry_sdk/integrations/anthropic.py
@@ -74,7 +74,7 @@ def _calculate_token_usage(result, span):
74
75
76
def _get_responses(content):
77
- # type: (list[dict[str, str]]) -> dict[str, str]
+ # type: (list[Any]) -> dict[str, Any]
78
"""Get JSON of a Anthropic responses."""
79
responses = []
80
for item in content:
0 commit comments