Home / Class/ BetaCitationContentBlockLocation Class — anthropic-sdk-python Architecture

BetaCitationContentBlockLocation Class — anthropic-sdk-python Architecture

Architecture documentation for the BetaCitationContentBlockLocation class in beta_citation_content_block_location.py from the anthropic-sdk-python codebase.

Entity Profile

Dependency Diagram

graph TD
  a239b172_2cb3_d727_785e_87f38f729c1d["BetaCitationContentBlockLocation"]
  17ce5647_6f06_0676_a4a5_e378a3f57cb1["BaseModel"]
  a239b172_2cb3_d727_785e_87f38f729c1d -->|extends| 17ce5647_6f06_0676_a4a5_e378a3f57cb1
  e2744e33_0099_3fa2_e756_b1c004b3c81e["beta_citation_content_block_location.py"]
  a239b172_2cb3_d727_785e_87f38f729c1d -->|defined in| e2744e33_0099_3fa2_e756_b1c004b3c81e

Relationship Graph

Source Code

src/anthropic/types/beta/beta_citation_content_block_location.py lines 11–24

class BetaCitationContentBlockLocation(BaseModel):
    cited_text: str

    document_index: int

    document_title: Optional[str] = None

    end_block_index: int

    file_id: Optional[str] = None

    start_block_index: int

    type: Literal["content_block_location"]

Extends

Frequently Asked Questions

What is the BetaCitationContentBlockLocation class?
BetaCitationContentBlockLocation is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/beta/beta_citation_content_block_location.py.
Where is BetaCitationContentBlockLocation defined?
BetaCitationContentBlockLocation is defined in src/anthropic/types/beta/beta_citation_content_block_location.py at line 11.
What does BetaCitationContentBlockLocation extend?
BetaCitationContentBlockLocation extends BaseModel.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free