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

BetaContentBlockSourceParam Class — anthropic-sdk-python Architecture

Architecture documentation for the BetaContentBlockSourceParam class in beta_content_block_source_param.py from the anthropic-sdk-python codebase.

Entity Profile

Dependency Diagram

graph TD
  15b54925_f0ed_d104_85b8_2f3553e4bb79["BetaContentBlockSourceParam"]
  9a7582d2_2322_653d_10db_d11afcd215a3["beta_content_block_source_param.py"]
  15b54925_f0ed_d104_85b8_2f3553e4bb79 -->|defined in| 9a7582d2_2322_653d_10db_d11afcd215a3

Relationship Graph

Source Code

src/anthropic/types/beta/beta_content_block_source_param.py lines 13–16

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

    type: Required[Literal["content"]]

Frequently Asked Questions

What is the BetaContentBlockSourceParam class?
BetaContentBlockSourceParam is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/beta/beta_content_block_source_param.py.
Where is BetaContentBlockSourceParam defined?
BetaContentBlockSourceParam is defined in src/anthropic/types/beta/beta_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