LangChain Reference home page
Search...
āK
Ask AI
GitHub
Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
āI
LangChain Assistant
New
History
Ask a question to get started
Enter
to send
ā¢
Shift+Enter
new line
Menu
Navigation
Projects
LangSmith
Overview
Client
AsyncClient
Run Helpers
Run Trees
Evaluation
Schemas
Utilities
Wrappers
Anonymizer
Testing
Expect API
Middleware
Pytest Plugin
Deployment SDK
Language
Python
JavaScript
Theme
Light
Dark
Python
langsmith
_openapi_client
_types
RequestOptions
Class
v0.8.9 (latest)
ā
Since v0.8
RequestOptions
Copy
RequestOptions
(
)
Bases
TypedDict
Constructors
Attributes
View source on GitHub
Version History
constructor
__init__
Name
Type
headers
Headers
max_retries
int
timeout
float
|
Timeout
|
None
params
Query
extra_json
AnyMapping
idempotency_key
str
follow_redirects
bool
attribute
headers
:
Headers
attribute
max_retries
:
int
attribute
timeout
:
float
|
Timeout
|
None
attribute
params
:
Query
attribute
extra_json
:
AnyMapping
attribute
idempotency_key
:
str
attribute
follow_redirects
:
bool