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

MessageStopEvent Class — anthropic-sdk-python Architecture

Architecture documentation for the MessageStopEvent class in _types.py from the anthropic-sdk-python codebase.

Entity Profile

Dependency Diagram

graph TD
  9bee6517_b263_9b55_959c_c46e1c71cfed["MessageStopEvent"]
  5eb30cf6_25e7_8a59_8247_911ec5875ba1["RawMessageStopEvent"]
  9bee6517_b263_9b55_959c_c46e1c71cfed -->|extends| 5eb30cf6_25e7_8a59_8247_911ec5875ba1
  0fe13bcd_521d_1fdd_3edc_21cd47da8ca0["_types.py"]
  9bee6517_b263_9b55_959c_c46e1c71cfed -->|defined in| 0fe13bcd_521d_1fdd_3edc_21cd47da8ca0

Relationship Graph

Source Code

src/anthropic/lib/streaming/_types.py lines 80–83

class MessageStopEvent(RawMessageStopEvent):
    type: Literal["message_stop"]

    message: Message

Frequently Asked Questions

What is the MessageStopEvent class?
MessageStopEvent is a class in the anthropic-sdk-python codebase, defined in src/anthropic/lib/streaming/_types.py.
Where is MessageStopEvent defined?
MessageStopEvent is defined in src/anthropic/lib/streaming/_types.py at line 80.
What does MessageStopEvent extend?
MessageStopEvent extends RawMessageStopEvent.

Analyze Your Own Codebase

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

Try Supermodel Free