Skip to content

Commit 35c99f5

Browse files
.
1 parent 5d24a22 commit 35c99f5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sentry_sdk/integrations/openai_agents/patches/agent_run.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ async def patched_execute_handoffs(
127127
) -> "Any":
128128
"""
129129
Patched execute_handoffs that
130-
- creates handoff spans.
131-
- ends the agent span for handoffs.
130+
- creates and manages handoff spans.
131+
- ends the agent invocation span.
132132
- ends the workflow span if the response is streamed and an exception is raised in `execute_handoffs()`.
133133
"""
134134

0 commit comments

Comments
 (0)