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

ToolTextEditor20250728Param Class — anthropic-sdk-python Architecture

Architecture documentation for the ToolTextEditor20250728Param class in tool_text_editor_20250728_param.py from the anthropic-sdk-python codebase.

Entity Profile

Dependency Diagram

graph TD
  05d33f24_6592_f1f1_d55d_ccbd0472937c["ToolTextEditor20250728Param"]
  40f629f1_fa2b_a3b4_3167_a1f7ef96fd33["tool_text_editor_20250728_param.py"]
  05d33f24_6592_f1f1_d55d_ccbd0472937c -->|defined in| 40f629f1_fa2b_a3b4_3167_a1f7ef96fd33

Relationship Graph

Source Code

src/anthropic/types/tool_text_editor_20250728_param.py lines 13–32

class ToolTextEditor20250728Param(TypedDict, total=False):
    name: Required[Literal["str_replace_based_edit_tool"]]
    """Name of the tool.

    This is how the tool will be called by the model and in `tool_use` blocks.
    """

    type: Required[Literal["text_editor_20250728"]]

    cache_control: Optional[CacheControlEphemeralParam]
    """Create a cache control breakpoint at this content block."""

    max_characters: Optional[int]
    """Maximum number of characters to display when viewing a file.

    If not specified, defaults to displaying the full file.
    """

    strict: bool
    """When true, guarantees schema validation on tool names and inputs"""

Frequently Asked Questions

What is the ToolTextEditor20250728Param class?
ToolTextEditor20250728Param is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/tool_text_editor_20250728_param.py.
Where is ToolTextEditor20250728Param defined?
ToolTextEditor20250728Param is defined in src/anthropic/types/tool_text_editor_20250728_param.py at line 13.

Analyze Your Own Codebase

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

Try Supermodel Free