ParsedBetaContentBlockStopEvent Class — anthropic-sdk-python Architecture
Architecture documentation for the ParsedBetaContentBlockStopEvent class in _beta_types.py from the anthropic-sdk-python codebase.
Entity Profile
Dependency Diagram
graph TD 32ecacf8_fc41_03a6_0188_9523091d029a["ParsedBetaContentBlockStopEvent"] 396aadcd_c85a_f1ad_83ac_3ad2d34bd2fd["BetaRawContentBlockStopEvent"] 32ecacf8_fc41_03a6_0188_9523091d029a -->|extends| 396aadcd_c85a_f1ad_83ac_3ad2d34bd2fd db838942_a85e_3ae9_fc7c_64a1ebba9727["GenericModel"] 32ecacf8_fc41_03a6_0188_9523091d029a -->|extends| db838942_a85e_3ae9_fc7c_64a1ebba9727 6ae52b2b_b80e_bd13_d3c7_f2409e8d863a["_beta_types.py"] 32ecacf8_fc41_03a6_0188_9523091d029a -->|defined in| 6ae52b2b_b80e_bd13_d3c7_f2409e8d863a
Relationship Graph
Source Code
src/anthropic/lib/streaming/_beta_types.py lines 91–97
class ParsedBetaContentBlockStopEvent(BetaRawContentBlockStopEvent, GenericModel, Generic[ResponseFormatT]):
type: Literal["content_block_stop"]
if TYPE_CHECKING:
content_block: ParsedBetaContentBlock[ResponseFormatT]
else:
content_block: ParsedBetaContentBlock
Domain
Defined In
Source
Frequently Asked Questions
What is the ParsedBetaContentBlockStopEvent class?
ParsedBetaContentBlockStopEvent is a class in the anthropic-sdk-python codebase, defined in src/anthropic/lib/streaming/_beta_types.py.
Where is ParsedBetaContentBlockStopEvent defined?
ParsedBetaContentBlockStopEvent is defined in src/anthropic/lib/streaming/_beta_types.py at line 91.
What does ParsedBetaContentBlockStopEvent extend?
ParsedBetaContentBlockStopEvent extends BetaRawContentBlockStopEvent, GenericModel.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free