File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
Expand file tree Collapse file tree 3 files changed +2
-2
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 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 ,
Original file line number Diff line number Diff line change 1313from sentry_sdk .scope import should_send_default_pii
1414from sentry_sdk .tracing_utils import set_span_errored
1515from 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
1717from sentry_sdk .ai ._openai_responses_api import (
1818 _is_system_instruction ,
1919 _get_system_instructions ,
You can’t perform that action at this time.
0 commit comments