Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/agents/tracing/create.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ def trace(
group_id: Optional grouping identifier to link multiple traces from the same conversation
or process. For instance, you might use a chat thread ID.
metadata: Optional dictionary of additional metadata to attach to the trace.
disabled: If True, we will return a Trace but the Trace will not be recorded. This will
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.

Returns:
The newly created trace object.
Expand Down