BetaSearchResultBlockParam Class — anthropic-sdk-python Architecture
Architecture documentation for the BetaSearchResultBlockParam class in beta_search_result_block_param.py from the anthropic-sdk-python codebase.
Entity Profile
Dependency Diagram
graph TD 2c150e8a_6b1c_3b77_d0ea_ff5203889e6d["BetaSearchResultBlockParam"] d39314eb_530e_def0_5fe3_862c7208c56e["beta_search_result_block_param.py"] 2c150e8a_6b1c_3b77_d0ea_ff5203889e6d -->|defined in| d39314eb_530e_def0_5fe3_862c7208c56e
Relationship Graph
Source Code
src/anthropic/types/beta/beta_search_result_block_param.py lines 15–27
class BetaSearchResultBlockParam(TypedDict, total=False):
content: Required[Iterable[BetaTextBlockParam]]
source: Required[str]
title: Required[str]
type: Required[Literal["search_result"]]
cache_control: Optional[BetaCacheControlEphemeralParam]
"""Create a cache control breakpoint at this content block."""
citations: BetaCitationsConfigParam
Domain
Source
Frequently Asked Questions
What is the BetaSearchResultBlockParam class?
BetaSearchResultBlockParam is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/beta/beta_search_result_block_param.py.
Where is BetaSearchResultBlockParam defined?
BetaSearchResultBlockParam is defined in src/anthropic/types/beta/beta_search_result_block_param.py at line 15.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free