Skip to content

docs: remove non existent even_if_trace_running mention from trace docstring #1273

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 28, 2025
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