BetaCitationContentBlockLocationParam Class — anthropic-sdk-python Architecture
Architecture documentation for the BetaCitationContentBlockLocationParam class in beta_citation_content_block_location_param.py from the anthropic-sdk-python codebase.
Entity Profile
Dependency Diagram
graph TD a50886eb_3e70_294b_00b6_abc8fd9b79cb["BetaCitationContentBlockLocationParam"] d0c342e9_ebd0_64d7_e287_e88aefd87018["beta_citation_content_block_location_param.py"] a50886eb_3e70_294b_00b6_abc8fd9b79cb -->|defined in| d0c342e9_ebd0_64d7_e287_e88aefd87018
Relationship Graph
Source Code
src/anthropic/types/beta/beta_citation_content_block_location_param.py lines 11–22
class BetaCitationContentBlockLocationParam(TypedDict, total=False):
cited_text: Required[str]
document_index: Required[int]
document_title: Required[Optional[str]]
end_block_index: Required[int]
start_block_index: Required[int]
type: Required[Literal["content_block_location"]]
Domain
Source
Frequently Asked Questions
What is the BetaCitationContentBlockLocationParam class?
BetaCitationContentBlockLocationParam is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/beta/beta_citation_content_block_location_param.py.
Where is BetaCitationContentBlockLocationParam defined?
BetaCitationContentBlockLocationParam is defined in src/anthropic/types/beta/beta_citation_content_block_location_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