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