Commit c772205
authored
Fix incorrect argument description in
The docstring for the `on_trace_end` method in the `TracingProcessor`
class incorrectly describes the argument `trace`. The current
description states that the argument is the trace that started, but it
should refer to the trace that has finished. This commit updates the
docstring to clarify that the argument represents the trace that has
completed, ensuring accuracy and clarity.
Changes:
- Updated the argument description for `trace` in `on_trace_end` to
clarify it refers to the trace that finished.on_trace_end docstring (openai#958)1 parent 25db658 commit c772205
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments