We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4661fa5 commit e44a509Copy full SHA for e44a509
tests/unit/instrumentation/test_openai_agents.py
@@ -52,7 +52,7 @@ def load_fixture(fixture_name):
52
InstrumentationAttributes
53
)
54
from tests.unit.sdk.instrumentation_tester import InstrumentationTester
55
-from agentops.instrumentation.openai_agents import AgentsDetailedExporter
+from agentops.instrumentation.openai_agents.exporter import AgentsDetailedExporter
56
# These are in separate modules, import directly from those
57
from agentops.instrumentation.openai_agents.processor import AgentsDetailedProcessor
58
from agentops.instrumentation.openai_agents.instrumentor import AgentsInstrumentor, get_model_info
0 commit comments