Anthropic::RequestOptions
Per-request options that override client-level configuration.
Constructors
Instance methods
extra_body
Returns a copy of the extra body fields to prevent external mutation. These fields are merged into the request body JSON with lower precedence than typed request fields (existing keys are not overwritten).
extra_query
Returns a copy of the extra query params to prevent external mutation. These params are merged into GET request URLs with lower precedence than params already embedded in the path.
retry_policy
Sourcetimeout
Source