Home / Class/ BetaWebSearchToolRequestErrorParam Class — anthropic-sdk-python Architecture

BetaWebSearchToolRequestErrorParam Class — anthropic-sdk-python Architecture

Architecture documentation for the BetaWebSearchToolRequestErrorParam class in beta_web_search_tool_request_error_param.py from the anthropic-sdk-python codebase.

Entity Profile

Dependency Diagram

graph TD
  f9e795d9_a151_ffe9_4aeb_58331cba772f["BetaWebSearchToolRequestErrorParam"]
  67afb14c_6e33_3a42_f41a_c265cb28d785["beta_web_search_tool_request_error_param.py"]
  f9e795d9_a151_ffe9_4aeb_58331cba772f -->|defined in| 67afb14c_6e33_3a42_f41a_c265cb28d785

Relationship Graph

Source Code

src/anthropic/types/beta/beta_web_search_tool_request_error_param.py lines 12–15

class BetaWebSearchToolRequestErrorParam(TypedDict, total=False):
    error_code: Required[BetaWebSearchToolResultErrorCode]

    type: Required[Literal["web_search_tool_result_error"]]

Frequently Asked Questions

What is the BetaWebSearchToolRequestErrorParam class?
BetaWebSearchToolRequestErrorParam is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/beta/beta_web_search_tool_request_error_param.py.
Where is BetaWebSearchToolRequestErrorParam defined?
BetaWebSearchToolRequestErrorParam is defined in src/anthropic/types/beta/beta_web_search_tool_request_error_param.py at line 12.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free