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

RawMessageStopEvent Class — anthropic-sdk-python Architecture

Architecture documentation for the RawMessageStopEvent class in raw_message_stop_event.py from the anthropic-sdk-python codebase.

Entity Profile

Dependency Diagram

graph TD
  5eb30cf6_25e7_8a59_8247_911ec5875ba1["RawMessageStopEvent"]
  17ce5647_6f06_0676_a4a5_e378a3f57cb1["BaseModel"]
  5eb30cf6_25e7_8a59_8247_911ec5875ba1 -->|extends| 17ce5647_6f06_0676_a4a5_e378a3f57cb1
  f95af969_b3ff_522d_438b_6a951d268928["raw_message_stop_event.py"]
  5eb30cf6_25e7_8a59_8247_911ec5875ba1 -->|defined in| f95af969_b3ff_522d_438b_6a951d268928

Relationship Graph

Source Code

src/anthropic/types/raw_message_stop_event.py lines 10–11

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

Extends

Frequently Asked Questions

What is the RawMessageStopEvent class?
RawMessageStopEvent is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/raw_message_stop_event.py.
Where is RawMessageStopEvent defined?
RawMessageStopEvent is defined in src/anthropic/types/raw_message_stop_event.py at line 10.
What does RawMessageStopEvent extend?
RawMessageStopEvent extends BaseModel.

Analyze Your Own Codebase

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

Try Supermodel Free