Bases: TypedDict, Generic[TContext]
Error handlers keyed by error kind.
Source code in src/agents/run_error_handlers.py
| class RunErrorHandlers(TypedDict, Generic[TContext], total=False):
"""Error handlers keyed by error kind."""
max_turns: RunErrorHandler[TContext]
|