You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/handoffs.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,7 @@ The [`handoff()`][agents.handoffs.handoff] function lets you customize things.
39
39
-`input_type`: The type of input expected by the handoff (optional).
40
40
-`input_filter`: This lets you filter the input received by the next agent. See below for more.
41
41
-`is_enabled`: Whether the handoff is enabled. This can be a boolean or a function that returns a boolean, allowing you to dynamically enable or disable the handoff at runtime.
42
+
-`nest_handoff_history`: Optional per-call override for the RunConfig-level `nest_handoff_history` setting. If `None`, the value defined in the active run configuration is used instead.
42
43
43
44
```python
44
45
from agents import Agent, handoff, RunContextWrapper
0 commit comments