BetaPlainTextSourceParam Class — anthropic-sdk-python Architecture
Architecture documentation for the BetaPlainTextSourceParam class in beta_plain_text_source_param.py from the anthropic-sdk-python codebase.
Entity Profile
Dependency Diagram
graph TD 3675e54f_8617_b706_ff90_130206757d65["BetaPlainTextSourceParam"] f1bed2ef_f8ac_de36_9e6b_a73c18620432["beta_plain_text_source_param.py"] 3675e54f_8617_b706_ff90_130206757d65 -->|defined in| f1bed2ef_f8ac_de36_9e6b_a73c18620432
Relationship Graph
Source Code
src/anthropic/types/beta/beta_plain_text_source_param.py lines 10–15
class BetaPlainTextSourceParam(TypedDict, total=False):
data: Required[str]
media_type: Required[Literal["text/plain"]]
type: Required[Literal["text"]]
Domain
Source
Frequently Asked Questions
What is the BetaPlainTextSourceParam class?
BetaPlainTextSourceParam is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/beta/beta_plain_text_source_param.py.
Where is BetaPlainTextSourceParam defined?
BetaPlainTextSourceParam is defined in src/anthropic/types/beta/beta_plain_text_source_param.py at line 10.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free