Skip to content

Commit 070efed

Browse files
Merge branch 'webb/revert-anthropic-transformation' into webb/revert-langchain-truncation
2 parents 7fa5590 + a1a59aa commit 070efed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sentry_sdk/integrations/anthropic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ def _set_common_input_data(
384384
normalized_messages.append(
385385
{
386386
"role": GEN_AI_ALLOWED_MESSAGE_ROLES.TOOL,
387-
"content": { # type: ignore[dict-item]
387+
"content": {
388388
"tool_use_id": item.get("tool_use_id"),
389389
"output": item.get("content"),
390390
},

0 commit comments

Comments
 (0)