Home / File/ raw_content_block_delta_event.py — anthropic-sdk-python Source File

raw_content_block_delta_event.py — anthropic-sdk-python Source File

Architecture documentation for raw_content_block_delta_event.py, a python file in the anthropic-sdk-python codebase. 3 imports, 3 dependents.

File python AnthropicClient 3 imports 3 dependents 1 classes

Entity Profile

Dependency Diagram

graph LR
  a9b3a37f_cf98_8148_92ef_8f71f1f2b7e1["raw_content_block_delta_event.py"]
  699c911a_fb78_b883_732f_5ac6bf31d4a3["_models"]
  a9b3a37f_cf98_8148_92ef_8f71f1f2b7e1 --> 699c911a_fb78_b883_732f_5ac6bf31d4a3
  4970bfc2_8d82_e1b5_5889_7f692cf83457["raw_content_block_delta.py"]
  a9b3a37f_cf98_8148_92ef_8f71f1f2b7e1 --> 4970bfc2_8d82_e1b5_5889_7f692cf83457
  37c05070_ca59_d596_7250_de9d1939227f["typing_extensions"]
  a9b3a37f_cf98_8148_92ef_8f71f1f2b7e1 --> 37c05070_ca59_d596_7250_de9d1939227f
  2eb1aa7f_c778_4d68_0a26_a102fadd9638["__init__.py"]
  2eb1aa7f_c778_4d68_0a26_a102fadd9638 --> a9b3a37f_cf98_8148_92ef_8f71f1f2b7e1
  29923dd1_2823_008b_4e45_ea54e1f92b91["content_block_delta_event.py"]
  29923dd1_2823_008b_4e45_ea54e1f92b91 --> a9b3a37f_cf98_8148_92ef_8f71f1f2b7e1
  3c3a350f_0c87_3b27_39ab_9a2cf8561a26["raw_message_stream_event.py"]
  3c3a350f_0c87_3b27_39ab_9a2cf8561a26 --> a9b3a37f_cf98_8148_92ef_8f71f1f2b7e1
  style a9b3a37f_cf98_8148_92ef_8f71f1f2b7e1 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

from typing_extensions import Literal

from .._models import BaseModel
from .raw_content_block_delta import RawContentBlockDelta

__all__ = ["RawContentBlockDeltaEvent"]


class RawContentBlockDeltaEvent(BaseModel):
    delta: RawContentBlockDelta

    index: int

    type: Literal["content_block_delta"]

Dependencies

Frequently Asked Questions

What does raw_content_block_delta_event.py do?
raw_content_block_delta_event.py is a source file in the anthropic-sdk-python codebase, written in python. It belongs to the AnthropicClient domain.
What does raw_content_block_delta_event.py depend on?
raw_content_block_delta_event.py imports 3 module(s): _models, raw_content_block_delta.py, typing_extensions.
What files import raw_content_block_delta_event.py?
raw_content_block_delta_event.py is imported by 3 file(s): __init__.py, content_block_delta_event.py, raw_message_stream_event.py.
Where is raw_content_block_delta_event.py in the architecture?
raw_content_block_delta_event.py is located at src/anthropic/types/raw_content_block_delta_event.py (domain: AnthropicClient, directory: src/anthropic/types).

Analyze Your Own Codebase

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

Try Supermodel Free