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
docs: document auto_previous_response_id and model_refusal error handler
Two pieces of doc drift accumulated:
- PR #2117 added the `auto_previous_response_id` parameter to
`Runner.run`, `Runner.run_sync`, and `Runner.run_streamed` signatures
but did not document it in the `Args:` blocks.
- PR #3057 added `model_refusal` as a supported key in
`RunErrorHandlers`, but four docstrings still claim
"Currently supports max_turns" only (three in `run.py`, one in
`run_config.py:RunOptions.error_handlers`).
Add the missing `auto_previous_response_id` entry to each `Args:` block
and update the `error_handlers` description to list both handler kinds.
0 commit comments