Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
simplifying string for speech groups
  • Loading branch information
dmitry-openai committed Apr 9, 2025
commit acce4fd4d8de5d0622083223ff636e71da82d38e
3 changes: 1 addition & 2 deletions src/agents/tracing/span_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,8 +325,7 @@ def export(self) -> dict[str, Any]:

class SpeechGroupSpanData(SpanData):
"""
Represents a Speech Group Span in the trace, parenting one or many Speech Spans
Includes input.
Represents a Speech Group Span in the trace.
"""

__slots__ = "input"
Expand Down