We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f89d53 commit 2c84e54Copy full SHA for 2c84e54
sentry_sdk/integrations/openai.py
@@ -310,7 +310,7 @@ def _set_responses_api_input_data(
310
if len(instructions_text_parts) > 0:
311
span.set_data(
312
SPANDATA.GEN_AI_SYSTEM_INSTRUCTIONS,
313
- json.dumps(_transform_system_instructions(system_instructions)),
+ json.dumps(instructions_text_parts),
314
)
315
316
if isinstance(messages, str):
0 commit comments