We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64546a9 commit aaceee8Copy full SHA for aaceee8
1 file changed
sentry_sdk/ai/_openai_completions_api.py
@@ -59,7 +59,7 @@ def _transform_system_instructions(
59
continue
60
61
text_parts: "list[TextPart]" = [
62
- {"type": "text", "content": content} for content in _get_text_items(content)
+ {"type": "text", "content": text} for text in _get_text_items(content)
63
]
64
instruction_text_parts += text_parts
65
0 commit comments