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

ContentBlockSourceParam Class — anthropic-sdk-python Architecture

Architecture documentation for the ContentBlockSourceParam class in content_block_source_param.py from the anthropic-sdk-python codebase.

Entity Profile

Dependency Diagram

graph TD
  6d3b99c4_33b9_b472_40b8_17274f6a983a["ContentBlockSourceParam"]
  6ecfb798_28bf_5da5_bb23_cdb8262c2773["content_block_source_param.py"]
  6d3b99c4_33b9_b472_40b8_17274f6a983a -->|defined in| 6ecfb798_28bf_5da5_bb23_cdb8262c2773

Relationship Graph

Source Code

src/anthropic/types/content_block_source_param.py lines 13–16

class ContentBlockSourceParam(TypedDict, total=False):
    content: Required[Union[str, Iterable[ContentBlockSourceContentParam]]]

    type: Required[Literal["content"]]

Frequently Asked Questions

What is the ContentBlockSourceParam class?
ContentBlockSourceParam is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/content_block_source_param.py.
Where is ContentBlockSourceParam defined?
ContentBlockSourceParam is defined in src/anthropic/types/content_block_source_param.py at line 13.

Analyze Your Own Codebase

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

Try Supermodel Free