Skip to content

Commit d133de1

Browse files
authored
Docs: Add nest_handoff_history to Handoffs docs (#2560)
1 parent 7e71ba8 commit d133de1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/handoffs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ The [`handoff()`][agents.handoffs.handoff] function lets you customize things.
3939
- `input_type`: The type of input expected by the handoff (optional).
4040
- `input_filter`: This lets you filter the input received by the next agent. See below for more.
4141
- `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.
4243

4344
```python
4445
from agents import Agent, handoff, RunContextWrapper

0 commit comments

Comments
 (0)