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

BetaWebFetchToolResultBlockParam Class — anthropic-sdk-python Architecture

Architecture documentation for the BetaWebFetchToolResultBlockParam class in beta_web_fetch_tool_result_block_param.py from the anthropic-sdk-python codebase.

Entity Profile

Dependency Diagram

graph TD
  7fd98a42_d284_8002_d31c_d9cd2b8688b4["BetaWebFetchToolResultBlockParam"]
  2ea5f109_9b9d_a37c_237b_510de824d7e5["beta_web_fetch_tool_result_block_param.py"]
  7fd98a42_d284_8002_d31c_d9cd2b8688b4 -->|defined in| 2ea5f109_9b9d_a37c_237b_510de824d7e5

Relationship Graph

Source Code

src/anthropic/types/beta/beta_web_fetch_tool_result_block_param.py lines 17–25

class BetaWebFetchToolResultBlockParam(TypedDict, total=False):
    content: Required[Content]

    tool_use_id: Required[str]

    type: Required[Literal["web_fetch_tool_result"]]

    cache_control: Optional[BetaCacheControlEphemeralParam]
    """Create a cache control breakpoint at this content block."""

Frequently Asked Questions

What is the BetaWebFetchToolResultBlockParam class?
BetaWebFetchToolResultBlockParam is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/beta/beta_web_fetch_tool_result_block_param.py.
Where is BetaWebFetchToolResultBlockParam defined?
BetaWebFetchToolResultBlockParam is defined in src/anthropic/types/beta/beta_web_fetch_tool_result_block_param.py at line 17.

Analyze Your Own Codebase

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

Try Supermodel Free