Delta Class — anthropic-sdk-python Architecture
Architecture documentation for the Delta class in beta_raw_message_delta_event.py from the anthropic-sdk-python codebase.
Entity Profile
Dependency Diagram
graph TD 3fa1a6ae_2c1d_8040_6b0c_3631e9d6165b["Delta"] 17ce5647_6f06_0676_a4a5_e378a3f57cb1["BaseModel"] 3fa1a6ae_2c1d_8040_6b0c_3631e9d6165b -->|extends| 17ce5647_6f06_0676_a4a5_e378a3f57cb1 339f07e3_2bd0_16c7_42fe_8e14d08926ee["beta_raw_message_delta_event.py"] 3fa1a6ae_2c1d_8040_6b0c_3631e9d6165b -->|defined in| 339f07e3_2bd0_16c7_42fe_8e14d08926ee
Relationship Graph
Source Code
src/anthropic/types/beta/beta_raw_message_delta_event.py lines 15–24
class Delta(BaseModel):
container: Optional[BetaContainer] = None
"""
Information about the container used in the request (for the code execution
tool)
"""
stop_reason: Optional[BetaStopReason] = None
stop_sequence: Optional[str] = None
Domain
Extends
Source
Frequently Asked Questions
What is the Delta class?
Delta is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/beta/beta_raw_message_delta_event.py.
Where is Delta defined?
Delta is defined in src/anthropic/types/beta/beta_raw_message_delta_event.py at line 15.
What does Delta extend?
Delta extends BaseModel.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free