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

BetaRawMessageStopEvent Class — anthropic-sdk-python Architecture

Architecture documentation for the BetaRawMessageStopEvent class in beta_raw_message_stop_event.py from the anthropic-sdk-python codebase.

Entity Profile

Dependency Diagram

graph TD
  aa23fca2_15cd_859b_ac9e_e992568e18cc["BetaRawMessageStopEvent"]
  17ce5647_6f06_0676_a4a5_e378a3f57cb1["BaseModel"]
  aa23fca2_15cd_859b_ac9e_e992568e18cc -->|extends| 17ce5647_6f06_0676_a4a5_e378a3f57cb1
  7d3a5951_284b_3840_0e6b_439335e1cc87["beta_raw_message_stop_event.py"]
  aa23fca2_15cd_859b_ac9e_e992568e18cc -->|defined in| 7d3a5951_284b_3840_0e6b_439335e1cc87

Relationship Graph

Source Code

src/anthropic/types/beta/beta_raw_message_stop_event.py lines 10–11

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

Extends

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free