RequestOptions Class — anthropic-sdk-python Architecture
Architecture documentation for the RequestOptions class in _beta_runner.py from the anthropic-sdk-python codebase.
Entity Profile
Dependency Diagram
graph TD 28e65120_88c3_c0bc_eca9_04929ed1ab95["RequestOptions"] 34260b96_4096_ba59_bee2_0b2a94476dcc["_beta_runner.py"] 28e65120_88c3_c0bc_eca9_04929ed1ab95 -->|defined in| 34260b96_4096_ba59_bee2_0b2a94476dcc
Relationship Graph
Source Code
src/anthropic/lib/tools/_beta_runner.py lines 56–60
class RequestOptions(TypedDict, total=False):
extra_headers: Headers | None
extra_query: Query | None
extra_body: Body | None
timeout: float | httpx.Timeout | None | NotGiven
Domain
Defined In
Source
Frequently Asked Questions
What is the RequestOptions class?
RequestOptions is a class in the anthropic-sdk-python codebase, defined in src/anthropic/lib/tools/_beta_runner.py.
Where is RequestOptions defined?
RequestOptions is defined in src/anthropic/lib/tools/_beta_runner.py at line 56.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free