We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 951193b + 370a748 commit dd651ceCopy full SHA for dd651ce
docs/tracing.md
@@ -9,6 +9,8 @@ The Agents SDK includes built-in tracing, collecting a comprehensive record of e
9
1. You can globally disable tracing by setting the env var `OPENAI_AGENTS_DISABLE_TRACING=1`
10
2. You can disable tracing for a single run by setting [`agents.run.RunConfig.tracing_disabled`][] to `True`
11
12
+***For organizations operating under a Zero Data Retention (ZDR) policy using OpenAI's APIs, tracing is unavailable.***
13
+
14
## Traces and spans
15
16
- **Traces** represent a single end-to-end operation of a "workflow". They're composed of Spans. Traces have the following properties:
0 commit comments