Skip to content

Commit 869cb42

Browse files
committed
fix: docstring
1 parent bbab566 commit 869cb42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/integrations/litellm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def _convert_message_parts(messages: "List[Dict[str, Any]]") -> "List[Dict[str,
7070
"type": "blob",
7171
"modality": "image",
7272
"mime_type": "image/jpeg",
73-
"content": "data:image/jpeg;base64,..."
73+
"content": "<base64 encoded data>"
7474
}
7575
]
7676
}

0 commit comments

Comments
 (0)