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

InputSchemaTyped Class — anthropic-sdk-python Architecture

Architecture documentation for the InputSchemaTyped class in beta_tool_param.py from the anthropic-sdk-python codebase.

Entity Profile

Dependency Diagram

graph TD
  6892406b_b283_deec_d3fe_48fd067f7768["InputSchemaTyped"]
  1c4c78da_6003_b8a4_8245_9d84dfac5927["beta_tool_param.py"]
  6892406b_b283_deec_d3fe_48fd067f7768 -->|defined in| 1c4c78da_6003_b8a4_8245_9d84dfac5927

Relationship Graph

Source Code

src/anthropic/types/beta/beta_tool_param.py lines 14–24

class InputSchemaTyped(TypedDict, total=False):
    """[JSON schema](https://json-schema.org/draft/2020-12) for this tool's input.

    This defines the shape of the `input` that your tool accepts and that the model will produce.
    """

    type: Required[Literal["object"]]

    properties: Optional[Dict[str, object]]

    required: Optional[SequenceNotStr[str]]

Frequently Asked Questions

What is the InputSchemaTyped class?
InputSchemaTyped is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/beta/beta_tool_param.py.
Where is InputSchemaTyped defined?
InputSchemaTyped is defined in src/anthropic/types/beta/beta_tool_param.py at line 14.

Analyze Your Own Codebase

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

Try Supermodel Free