Skip to content

Commit 4350c34

Browse files
authored
Fixes two issues in the tracing documentation (#1212)
1. **Grammar fix**: Remove duplicate "can" in the sentence about configuring trace names 2. **Correct default value**: Update "Agent trace" to "Agent workflow" to match the actual default value in the codebase
1 parent f6a6c51 commit 4350c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tracing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ By default, the SDK traces the following:
3939
- Audio outputs (text-to-speech) are wrapped in a `speech_span()`
4040
- Related audio spans may be parented under a `speech_group_span()`
4141

42-
By default, the trace is named "Agent trace". You can set this name if you use `trace`, or you can can configure the name and other properties with the [`RunConfig`][agents.run.RunConfig].
42+
By default, the trace is named "Agent workflow". You can set this name if you use `trace`, or you can configure the name and other properties with the [`RunConfig`][agents.run.RunConfig].
4343

4444
In addition, you can set up [custom trace processors](#custom-tracing-processors) to push traces to other destinations (as a replacement, or secondary destination).
4545

0 commit comments

Comments
 (0)