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 drop stale error_handlers value list
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 (parameter appears in
`inspect.signature` but not in `inspect.getdoc`).
Add the missing `auto_previous_response_id` entry to each `Args:`
block. Drop the "Currently supports max_turns" enumeration from the
`error_handlers` docstrings (3 in `run.py`, 1 in
`run_config.py:RunOptions.error_handlers`) to avoid documenting a list
that will drift again as more handler kinds are added.
0 commit comments