Home / File/ beta_web_fetch_tool_result_block.py — anthropic-sdk-python Source File

beta_web_fetch_tool_result_block.py — anthropic-sdk-python Source File

Architecture documentation for beta_web_fetch_tool_result_block.py, a python file in the anthropic-sdk-python codebase. 7 imports, 3 dependents.

File python AnthropicClient 7 imports 3 dependents 1 classes

Entity Profile

Dependency Diagram

graph LR
  5c193c52_1d43_740a_e940_8785e10872f3["beta_web_fetch_tool_result_block.py"]
  c14e2467_291d_6c7c_2b25_9a24e81f8565["_models"]
  5c193c52_1d43_740a_e940_8785e10872f3 --> c14e2467_291d_6c7c_2b25_9a24e81f8565
  8103dedd_4d92_f53f_2f66_440004c8843e["beta_web_fetch_block.py"]
  5c193c52_1d43_740a_e940_8785e10872f3 --> 8103dedd_4d92_f53f_2f66_440004c8843e
  0471bd6b_b715_09b5_3e58_e2483f9c597c["BetaWebFetchBlock"]
  5c193c52_1d43_740a_e940_8785e10872f3 --> 0471bd6b_b715_09b5_3e58_e2483f9c597c
  f3892631_04a6_cdcf_611e_52f61d4f49f5["beta_web_fetch_tool_result_error_block.py"]
  5c193c52_1d43_740a_e940_8785e10872f3 --> f3892631_04a6_cdcf_611e_52f61d4f49f5
  96e44cfc_aa3c_38e4_fc37_3fea48b14e1f["BetaWebFetchToolResultErrorBlock"]
  5c193c52_1d43_740a_e940_8785e10872f3 --> 96e44cfc_aa3c_38e4_fc37_3fea48b14e1f
  89ddcdd7_3ae1_4c7b_41bb_9f1e25f16875["typing"]
  5c193c52_1d43_740a_e940_8785e10872f3 --> 89ddcdd7_3ae1_4c7b_41bb_9f1e25f16875
  37c05070_ca59_d596_7250_de9d1939227f["typing_extensions"]
  5c193c52_1d43_740a_e940_8785e10872f3 --> 37c05070_ca59_d596_7250_de9d1939227f
  65f3d77c_c1b2_82e1_f9d7_1e7e05f3fdfd["__init__.py"]
  65f3d77c_c1b2_82e1_f9d7_1e7e05f3fdfd --> 5c193c52_1d43_740a_e940_8785e10872f3
  24d3a083_86dc_200b_635d_9637016b3ba5["beta_content_block.py"]
  24d3a083_86dc_200b_635d_9637016b3ba5 --> 5c193c52_1d43_740a_e940_8785e10872f3
  9cc96e8a_38a2_2b93_22c9_6dd25aee6cba["beta_raw_content_block_start_event.py"]
  9cc96e8a_38a2_2b93_22c9_6dd25aee6cba --> 5c193c52_1d43_740a_e940_8785e10872f3
  style 5c193c52_1d43_740a_e940_8785e10872f3 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

from typing import Union
from typing_extensions import Literal, TypeAlias

from ..._models import BaseModel
from .beta_web_fetch_block import BetaWebFetchBlock
from .beta_web_fetch_tool_result_error_block import BetaWebFetchToolResultErrorBlock

__all__ = ["BetaWebFetchToolResultBlock", "Content"]

Content: TypeAlias = Union[BetaWebFetchToolResultErrorBlock, BetaWebFetchBlock]


class BetaWebFetchToolResultBlock(BaseModel):
    content: Content

    tool_use_id: str

    type: Literal["web_fetch_tool_result"]

Frequently Asked Questions

What does beta_web_fetch_tool_result_block.py do?
beta_web_fetch_tool_result_block.py is a source file in the anthropic-sdk-python codebase, written in python. It belongs to the AnthropicClient domain.
What does beta_web_fetch_tool_result_block.py depend on?
beta_web_fetch_tool_result_block.py imports 7 module(s): BetaWebFetchBlock, BetaWebFetchToolResultErrorBlock, _models, beta_web_fetch_block.py, beta_web_fetch_tool_result_error_block.py, typing, typing_extensions.
What files import beta_web_fetch_tool_result_block.py?
beta_web_fetch_tool_result_block.py is imported by 3 file(s): __init__.py, beta_content_block.py, beta_raw_content_block_start_event.py.
Where is beta_web_fetch_tool_result_block.py in the architecture?
beta_web_fetch_tool_result_block.py is located at src/anthropic/types/beta/beta_web_fetch_tool_result_block.py (domain: AnthropicClient, directory: src/anthropic/types/beta).

Analyze Your Own Codebase

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

Try Supermodel Free