Skip to content

Commit 6f668d9

Browse files
Merge branch 'webb/openai-agents-chat-system-instructions' into webb/set-data-no-normalization
2 parents 2c84e54 + eda980c commit 6f668d9

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

sentry_sdk/integrations/openai.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
normalize_message_roles,
1111
truncate_and_annotate_messages,
1212
)
13-
from sentry_sdk.ai._opanai_completions_api import (
13+
from sentry_sdk.ai._openai_completions_api import (
1414
_is_system_instruction as _is_system_instruction_completions,
1515
_get_system_instructions as _get_system_instructions_completions,
1616
_transform_system_instructions,

sentry_sdk/integrations/openai_agents/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from sentry_sdk.scope import should_send_default_pii
1414
from sentry_sdk.tracing_utils import set_span_errored
1515
from sentry_sdk.utils import event_from_exception, safe_serialize
16-
from sentry_sdk.ai._opanai_completions_api import _transform_system_instructions
16+
from sentry_sdk.ai._openai_completions_api import _transform_system_instructions
1717
from sentry_sdk.ai._openai_responses_api import (
1818
_is_system_instruction,
1919
_get_system_instructions,

0 commit comments

Comments
 (0)