Skip to content

Commit ac78c1c

Browse files
viniciusdsmellogustavocidornelas
authored andcommitted
refactor(integrations): update Openlayer integration imports
1 parent 46d0852 commit ac78c1c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
"""Openlayer integrations with various AI/ML frameworks."""
1+
"""Integrations for Openlayer."""
22

3+
# Core integrations that are always available
34
__all__ = []
45

56
# Optional imports - only import if dependencies are available
@@ -10,7 +11,7 @@
1011
pass
1112

1213
try:
13-
from .openai_agents import OpenAIAgentsTracingProcessor, FileSpanExporter
14-
__all__.extend(["OpenAIAgentsTracingProcessor", "FileSpanExporter"])
14+
from .openai_agents import OpenlayerTracerProcessor
15+
__all__.extend(["OpenlayerTracerProcessor"])
1516
except ImportError:
1617
pass

0 commit comments

Comments
 (0)