BetaWebSearchResultBlock Class — anthropic-sdk-python Architecture
Architecture documentation for the BetaWebSearchResultBlock class in beta_web_search_result_block.py from the anthropic-sdk-python codebase.
Entity Profile
Dependency Diagram
graph TD 9b3311fe_a3a0_d298_763f_d3b4942f53fa["BetaWebSearchResultBlock"] 17ce5647_6f06_0676_a4a5_e378a3f57cb1["BaseModel"] 9b3311fe_a3a0_d298_763f_d3b4942f53fa -->|extends| 17ce5647_6f06_0676_a4a5_e378a3f57cb1 bd287b4f_a2e0_939e_8bb8_7beeba9acb74["beta_web_search_result_block.py"] 9b3311fe_a3a0_d298_763f_d3b4942f53fa -->|defined in| bd287b4f_a2e0_939e_8bb8_7beeba9acb74
Relationship Graph
Source Code
src/anthropic/types/beta/beta_web_search_result_block.py lines 11–20
class BetaWebSearchResultBlock(BaseModel):
encrypted_content: str
page_age: Optional[str] = None
title: str
type: Literal["web_search_result"]
url: str
Domain
Extends
Source
Frequently Asked Questions
What is the BetaWebSearchResultBlock class?
BetaWebSearchResultBlock is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/beta/beta_web_search_result_block.py.
Where is BetaWebSearchResultBlock defined?
BetaWebSearchResultBlock is defined in src/anthropic/types/beta/beta_web_search_result_block.py at line 11.
What does BetaWebSearchResultBlock extend?
BetaWebSearchResultBlock extends BaseModel.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free