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 642b380 commit 45887e0Copy full SHA for 45887e0
src/agents/tracing/traces.py
@@ -10,7 +10,7 @@
10
from .scope import Scope
11
12
13
-class Trace:
+class Trace(abc.ABC):
14
"""
15
A trace is the root level object that tracing creates. It represents a logical "workflow".
16
0 commit comments