BetaWebSearchResultBlockParam Class — anthropic-sdk-python Architecture
Architecture documentation for the BetaWebSearchResultBlockParam class in beta_web_search_result_block_param.py from the anthropic-sdk-python codebase.
Entity Profile
Dependency Diagram
graph TD 0dc8099f_2eb8_beda_9429_ac35dfd03b9e["BetaWebSearchResultBlockParam"] 4a124a4e_e550_61d4_b257_9c9a7541ee66["beta_web_search_result_block_param.py"] 0dc8099f_2eb8_beda_9429_ac35dfd03b9e -->|defined in| 4a124a4e_e550_61d4_b257_9c9a7541ee66
Relationship Graph
Source Code
src/anthropic/types/beta/beta_web_search_result_block_param.py lines 11–20
class BetaWebSearchResultBlockParam(TypedDict, total=False):
encrypted_content: Required[str]
title: Required[str]
type: Required[Literal["web_search_result"]]
url: Required[str]
page_age: Optional[str]
Domain
Source
Frequently Asked Questions
What is the BetaWebSearchResultBlockParam class?
BetaWebSearchResultBlockParam is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/beta/beta_web_search_result_block_param.py.
Where is BetaWebSearchResultBlockParam defined?
BetaWebSearchResultBlockParam is defined in src/anthropic/types/beta/beta_web_search_result_block_param.py at line 11.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free