Skip to content

Commit af49b20

Browse files
gustavocidornelaswhoseoyster
authored andcommitted
chore(lib): expose async tracing methods
1 parent ce13918 commit af49b20

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/openlayer/lib/__init__.py

+3
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,15 @@
77
"trace_openai_assistant_thread_run",
88
"trace_mistral",
99
"trace_groq",
10+
"trace_async_openai",
11+
"trace_async",
1012
]
1113

1214
# ---------------------------------- Tracing --------------------------------- #
1315
from .tracing import tracer
1416

1517
trace = tracer.trace
18+
trace_async = tracer.trace_async
1619

1720

1821
def trace_anthropic(client):

0 commit comments

Comments
 (0)