Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/agents/handoffs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def handoff(
"""Create a handoff from an agent.
Args:
agent: The agent to handoff to, or a function that returns an agent.
agent: The agent to handoff to.
tool_name_override: Optional override for the name of the tool that represents the handoff.
tool_description_override: Optional override for the description of the tool that
represents the handoff.
Expand Down
2 changes: 1 addition & 1 deletion src/agents/realtime/handoffs.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def realtime_handoff(
"""Create a handoff from a RealtimeAgent.
Args:
agent: The RealtimeAgent to handoff to, or a function that returns a RealtimeAgent.
agent: The RealtimeAgent to handoff to.
tool_name_override: Optional override for the name of the tool that represents the handoff.
tool_description_override: Optional override for the description of the tool that
represents the handoff.
Expand Down