ParsedMessageStopEvent Class — anthropic-sdk-python Architecture
Architecture documentation for the ParsedMessageStopEvent class in _types.py from the anthropic-sdk-python codebase.
Entity Profile
Dependency Diagram
graph TD 316615ac_a4ff_b667_0f10_e6b88360b7a3["ParsedMessageStopEvent"] 5eb30cf6_25e7_8a59_8247_911ec5875ba1["RawMessageStopEvent"] 316615ac_a4ff_b667_0f10_e6b88360b7a3 -->|extends| 5eb30cf6_25e7_8a59_8247_911ec5875ba1 db838942_a85e_3ae9_fc7c_64a1ebba9727["GenericModel"] 316615ac_a4ff_b667_0f10_e6b88360b7a3 -->|extends| db838942_a85e_3ae9_fc7c_64a1ebba9727 0fe13bcd_521d_1fdd_3edc_21cd47da8ca0["_types.py"] 316615ac_a4ff_b667_0f10_e6b88360b7a3 -->|defined in| 0fe13bcd_521d_1fdd_3edc_21cd47da8ca0
Relationship Graph
Source Code
src/anthropic/lib/streaming/_types.py lines 110–113
class ParsedMessageStopEvent(RawMessageStopEvent, GenericModel, Generic[ResponseFormatT]):
type: Literal["message_stop"]
message: ParsedMessage[ResponseFormatT]
Domain
Defined In
Extends
Source
Frequently Asked Questions
What is the ParsedMessageStopEvent class?
ParsedMessageStopEvent is a class in the anthropic-sdk-python codebase, defined in src/anthropic/lib/streaming/_types.py.
Where is ParsedMessageStopEvent defined?
ParsedMessageStopEvent is defined in src/anthropic/lib/streaming/_types.py at line 110.
What does ParsedMessageStopEvent extend?
ParsedMessageStopEvent extends RawMessageStopEvent, GenericModel.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free