Skip to content

Commit 2c84e54

Browse files
.
1 parent 9f89d53 commit 2c84e54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/integrations/openai.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ def _set_responses_api_input_data(
310310
if len(instructions_text_parts) > 0:
311311
span.set_data(
312312
SPANDATA.GEN_AI_SYSTEM_INSTRUCTIONS,
313-
json.dumps(_transform_system_instructions(system_instructions)),
313+
json.dumps(instructions_text_parts),
314314
)
315315

316316
if isinstance(messages, str):

0 commit comments

Comments
 (0)