Skip to content

Commit 2b9b5da

Browse files
committed
Fix comment
1 parent 1373a25 commit 2b9b5da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/contrib/openai_agents/test_openai_tracing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def paired_span(a: tuple[Span[Any], bool], b: tuple[Span[Any], bool]) -> None:
114114
len(parents) == 2 and parents[0].span_data.export()["type"] == "agent"
115115
)
116116

117-
# Execute is parented to the agent as well
117+
# Execute is parented to the start activity span
118118
if span_data.get("name") == "temporal:executeActivity":
119119
parents = [
120120
s for (s, _) in processor.span_events if s.span_id == span.parent_id

0 commit comments

Comments
 (0)