BetaWebFetchBlock Class — anthropic-sdk-python Architecture
Architecture documentation for the BetaWebFetchBlock class in beta_web_fetch_block.py from the anthropic-sdk-python codebase.
Entity Profile
Dependency Diagram
graph TD 0471bd6b_b715_09b5_3e58_e2483f9c597c["BetaWebFetchBlock"] 17ce5647_6f06_0676_a4a5_e378a3f57cb1["BaseModel"] 0471bd6b_b715_09b5_3e58_e2483f9c597c -->|extends| 17ce5647_6f06_0676_a4a5_e378a3f57cb1 8103dedd_4d92_f53f_2f66_440004c8843e["beta_web_fetch_block.py"] 0471bd6b_b715_09b5_3e58_e2483f9c597c -->|defined in| 8103dedd_4d92_f53f_2f66_440004c8843e
Relationship Graph
Source Code
src/anthropic/types/beta/beta_web_fetch_block.py lines 12–21
class BetaWebFetchBlock(BaseModel):
content: BetaDocumentBlock
retrieved_at: Optional[str] = None
"""ISO 8601 timestamp when the content was retrieved"""
type: Literal["web_fetch_result"]
url: str
"""Fetched content URL"""
Domain
Extends
Source
Frequently Asked Questions
What is the BetaWebFetchBlock class?
BetaWebFetchBlock is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/beta/beta_web_fetch_block.py.
Where is BetaWebFetchBlock defined?
BetaWebFetchBlock is defined in src/anthropic/types/beta/beta_web_fetch_block.py at line 12.
What does BetaWebFetchBlock extend?
BetaWebFetchBlock extends BaseModel.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free