WebSearchResultBlock Class — anthropic-sdk-python Architecture
Architecture documentation for the WebSearchResultBlock class in web_search_result_block.py from the anthropic-sdk-python codebase.
Entity Profile
Dependency Diagram
graph TD d20d910f_cd60_a90a_692b_dcccb132c190["WebSearchResultBlock"] 17ce5647_6f06_0676_a4a5_e378a3f57cb1["BaseModel"] d20d910f_cd60_a90a_692b_dcccb132c190 -->|extends| 17ce5647_6f06_0676_a4a5_e378a3f57cb1 fc8b7f88_4e32_4b61_44f4_144b2515569b["web_search_result_block.py"] d20d910f_cd60_a90a_692b_dcccb132c190 -->|defined in| fc8b7f88_4e32_4b61_44f4_144b2515569b
Relationship Graph
Source Code
src/anthropic/types/web_search_result_block.py lines 11–20
class WebSearchResultBlock(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 WebSearchResultBlock class?
WebSearchResultBlock is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/web_search_result_block.py.
Where is WebSearchResultBlock defined?
WebSearchResultBlock is defined in src/anthropic/types/web_search_result_block.py at line 11.
What does WebSearchResultBlock extend?
WebSearchResultBlock extends BaseModel.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free