Skip to content

Commit 656ee0c

Browse files
authored
docs: remove non existent even_if_trace_running mention from trace docstring (#1273)
1 parent c4d8763 commit 656ee0c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/agents/tracing/create.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ def trace(
5050
group_id: Optional grouping identifier to link multiple traces from the same conversation
5151
or process. For instance, you might use a chat thread ID.
5252
metadata: Optional dictionary of additional metadata to attach to the trace.
53-
disabled: If True, we will return a Trace but the Trace will not be recorded. This will
54-
not be checked if there's an existing trace and `even_if_trace_running` is True.
53+
disabled: If True, we will return a Trace but the Trace will not be recorded.
5554
5655
Returns:
5756
The newly created trace object.

0 commit comments

Comments
 (0)