We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7091e62 commit 5c03b6eCopy full SHA for 5c03b6e
1 file changed
sentry_sdk/integrations/openai.py
@@ -438,7 +438,7 @@ def _set_embeddings_input_data(
438
kwargs["input"] = messages
439
440
if len(messages) > 0:
441
- normalized_messages = normalize_message_roles(messages) # type: ignore
+ normalized_messages = normalize_message_roles(messages)
442
scope = sentry_sdk.get_current_scope()
443
messages_data = truncate_and_annotate_embedding_inputs(
444
normalized_messages, span, scope
0 commit comments