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

BetaWebFetchBlockParam Class — anthropic-sdk-python Architecture

Architecture documentation for the BetaWebFetchBlockParam class in beta_web_fetch_block_param.py from the anthropic-sdk-python codebase.

Entity Profile

Dependency Diagram

graph TD
  9a01a1d2_c8a4_8d8a_7b25_eb6d252b4741["BetaWebFetchBlockParam"]
  c2edfe5e_0abf_9642_a461_a361a76e81d9["beta_web_fetch_block_param.py"]
  9a01a1d2_c8a4_8d8a_7b25_eb6d252b4741 -->|defined in| c2edfe5e_0abf_9642_a461_a361a76e81d9

Relationship Graph

Source Code

src/anthropic/types/beta/beta_web_fetch_block_param.py lines 13–22

class BetaWebFetchBlockParam(TypedDict, total=False):
    content: Required[BetaRequestDocumentBlockParam]

    type: Required[Literal["web_fetch_result"]]

    url: Required[str]
    """Fetched content URL"""

    retrieved_at: Optional[str]
    """ISO 8601 timestamp when the content was retrieved"""

Frequently Asked Questions

What is the BetaWebFetchBlockParam class?
BetaWebFetchBlockParam is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/beta/beta_web_fetch_block_param.py.
Where is BetaWebFetchBlockParam defined?
BetaWebFetchBlockParam is defined in src/anthropic/types/beta/beta_web_fetch_block_param.py at line 13.

Analyze Your Own Codebase

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

Try Supermodel Free