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

BetaInputJSONDelta Class — anthropic-sdk-python Architecture

Architecture documentation for the BetaInputJSONDelta class in beta_input_json_delta.py from the anthropic-sdk-python codebase.

Entity Profile

Dependency Diagram

graph TD
  876e2a86_d4a9_0920_3f7f_bd88589d9118["BetaInputJSONDelta"]
  17ce5647_6f06_0676_a4a5_e378a3f57cb1["BaseModel"]
  876e2a86_d4a9_0920_3f7f_bd88589d9118 -->|extends| 17ce5647_6f06_0676_a4a5_e378a3f57cb1
  12d4c687_d820_6e02_84fc_7ab4eaeee5e5["beta_input_json_delta.py"]
  876e2a86_d4a9_0920_3f7f_bd88589d9118 -->|defined in| 12d4c687_d820_6e02_84fc_7ab4eaeee5e5

Relationship Graph

Source Code

src/anthropic/types/beta/beta_input_json_delta.py lines 10–13

class BetaInputJSONDelta(BaseModel):
    partial_json: str

    type: Literal["input_json_delta"]

Extends

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free