input_json_delta.py — anthropic-sdk-python Source File
Architecture documentation for input_json_delta.py, a python file in the anthropic-sdk-python codebase. 2 imports, 2 dependents.
Entity Profile
Dependency Diagram
graph LR 2366ea68_9dd0_5c7c_62d1_ef084176872f["input_json_delta.py"] 699c911a_fb78_b883_732f_5ac6bf31d4a3["_models"] 2366ea68_9dd0_5c7c_62d1_ef084176872f --> 699c911a_fb78_b883_732f_5ac6bf31d4a3 37c05070_ca59_d596_7250_de9d1939227f["typing_extensions"] 2366ea68_9dd0_5c7c_62d1_ef084176872f --> 37c05070_ca59_d596_7250_de9d1939227f 2eb1aa7f_c778_4d68_0a26_a102fadd9638["__init__.py"] 2eb1aa7f_c778_4d68_0a26_a102fadd9638 --> 2366ea68_9dd0_5c7c_62d1_ef084176872f 4970bfc2_8d82_e1b5_5889_7f692cf83457["raw_content_block_delta.py"] 4970bfc2_8d82_e1b5_5889_7f692cf83457 --> 2366ea68_9dd0_5c7c_62d1_ef084176872f style 2366ea68_9dd0_5c7c_62d1_ef084176872f 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
__all__ = ["InputJSONDelta", "InputJsonDelta"]
class InputJSONDelta(BaseModel):
partial_json: str
type: Literal["input_json_delta"]
InputJsonDelta = InputJSONDelta
Domain
Classes
Dependencies
- _models
- typing_extensions
Source
Frequently Asked Questions
What does input_json_delta.py do?
input_json_delta.py is a source file in the anthropic-sdk-python codebase, written in python. It belongs to the AnthropicClient domain.
What does input_json_delta.py depend on?
input_json_delta.py imports 2 module(s): _models, typing_extensions.
What files import input_json_delta.py?
input_json_delta.py is imported by 2 file(s): __init__.py, raw_content_block_delta.py.
Where is input_json_delta.py in the architecture?
input_json_delta.py is located at src/anthropic/types/input_json_delta.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