File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ def handoff(
208208 """Create a handoff from an agent.
209209
210210 Args:
211- agent: The agent to handoff to, or a function that returns an agent .
211+ agent: The agent to handoff to.
212212 tool_name_override: Optional override for the name of the tool that represents the handoff.
213213 tool_description_override: Optional override for the description of the tool that
214214 represents the handoff.
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ def realtime_handoff(
7474 """Create a handoff from a RealtimeAgent.
7575
7676 Args:
77- agent: The RealtimeAgent to handoff to, or a function that returns a RealtimeAgent .
77+ agent: The RealtimeAgent to handoff to.
7878 tool_name_override: Optional override for the name of the tool that represents the handoff.
7979 tool_description_override: Optional override for the description of the tool that
8080 represents the handoff.
You can’t perform that action at this time.
0 commit comments