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

BetaWebFetchToolResultBlock Class — anthropic-sdk-python Architecture

Architecture documentation for the BetaWebFetchToolResultBlock class in beta_web_fetch_tool_result_block.py from the anthropic-sdk-python codebase.

Entity Profile

Dependency Diagram

graph TD
  4450c145_f5cf_39b6_8395_5ff3f39db163["BetaWebFetchToolResultBlock"]
  17ce5647_6f06_0676_a4a5_e378a3f57cb1["BaseModel"]
  4450c145_f5cf_39b6_8395_5ff3f39db163 -->|extends| 17ce5647_6f06_0676_a4a5_e378a3f57cb1
  5c193c52_1d43_740a_e940_8785e10872f3["beta_web_fetch_tool_result_block.py"]
  4450c145_f5cf_39b6_8395_5ff3f39db163 -->|defined in| 5c193c52_1d43_740a_e940_8785e10872f3

Relationship Graph

Source Code

src/anthropic/types/beta/beta_web_fetch_tool_result_block.py lines 15–20

class BetaWebFetchToolResultBlock(BaseModel):
    content: Content

    tool_use_id: str

    type: Literal["web_fetch_tool_result"]

Extends

Frequently Asked Questions

What is the BetaWebFetchToolResultBlock class?
BetaWebFetchToolResultBlock is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/beta/beta_web_fetch_tool_result_block.py.
Where is BetaWebFetchToolResultBlock defined?
BetaWebFetchToolResultBlock is defined in src/anthropic/types/beta/beta_web_fetch_tool_result_block.py at line 15.
What does BetaWebFetchToolResultBlock extend?
BetaWebFetchToolResultBlock extends BaseModel.

Analyze Your Own Codebase

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

Try Supermodel Free