File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
tests/integrations/openai_agents Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 1515from sentry_sdk .integrations .openai_agents .utils import _set_input_data , safe_serialize
1616from sentry_sdk .utils import parse_version
1717
18- from openai import AsyncOpenAI , AsyncStream
18+ from openai import AsyncOpenAI
1919from agents .models .openai_responses import OpenAIResponsesModel
2020
2121from unittest import mock
4444 ResponseCompletedEvent ,
4545 Response ,
4646 ResponseUsage ,
47- ResponseStreamEvent ,
4847)
4948from openai .types .responses .response_usage import (
5049 InputTokensDetails ,
5150 OutputTokensDetails ,
5251)
5352
54- from openai ._response import AsyncAPIResponse
55- from openai ._models import FinalRequestOptions
56-
5753test_run_config = agents .RunConfig (tracing_disabled = True )
5854
5955EXAMPLE_RESPONSE = Response (
You can’t perform that action at this time.
0 commit comments