We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce13918 commit af49b20Copy full SHA for af49b20
src/openlayer/lib/__init__.py
@@ -7,12 +7,15 @@
7
"trace_openai_assistant_thread_run",
8
"trace_mistral",
9
"trace_groq",
10
+ "trace_async_openai",
11
+ "trace_async",
12
]
13
14
# ---------------------------------- Tracing --------------------------------- #
15
from .tracing import tracer
16
17
trace = tracer.trace
18
+trace_async = tracer.trace_async
19
20
21
def trace_anthropic(client):
0 commit comments