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 c4d8763 commit 656ee0cCopy full SHA for 656ee0c
src/agents/tracing/create.py
@@ -50,8 +50,7 @@ def trace(
50
group_id: Optional grouping identifier to link multiple traces from the same conversation
51
or process. For instance, you might use a chat thread ID.
52
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.
+ disabled: If True, we will return a Trace but the Trace will not be recorded.
55
56
Returns:
57
The newly created trace object.
0 commit comments