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

InputJSONDelta Class — anthropic-sdk-python Architecture

Architecture documentation for the InputJSONDelta class in input_json_delta.py from the anthropic-sdk-python codebase.

Entity Profile

Dependency Diagram

graph TD
  0e48cff0_d7d1_e855_9afe_e75e247234d7["InputJSONDelta"]
  17ce5647_6f06_0676_a4a5_e378a3f57cb1["BaseModel"]
  0e48cff0_d7d1_e855_9afe_e75e247234d7 -->|extends| 17ce5647_6f06_0676_a4a5_e378a3f57cb1
  2366ea68_9dd0_5c7c_62d1_ef084176872f["input_json_delta.py"]
  0e48cff0_d7d1_e855_9afe_e75e247234d7 -->|defined in| 2366ea68_9dd0_5c7c_62d1_ef084176872f

Relationship Graph

Source Code

src/anthropic/types/input_json_delta.py lines 10–13

class InputJSONDelta(BaseModel):
    partial_json: str

    type: Literal["input_json_delta"]

Extends

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free