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