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

ToolTextEditor20250124Param Class — anthropic-sdk-python Architecture

Architecture documentation for the ToolTextEditor20250124Param class in tool_text_editor_20250124_param.py from the anthropic-sdk-python codebase.

Entity Profile

Dependency Diagram

graph TD
  0e0f094a_3124_d954_7103_ff3c0501067c["ToolTextEditor20250124Param"]
  83ace8a7_58c6_0049_c928_d001f7bb324f["tool_text_editor_20250124_param.py"]
  0e0f094a_3124_d954_7103_ff3c0501067c -->|defined in| 83ace8a7_58c6_0049_c928_d001f7bb324f

Relationship Graph

Source Code

src/anthropic/types/tool_text_editor_20250124_param.py lines 13–26

class ToolTextEditor20250124Param(TypedDict, total=False):
    name: Required[Literal["str_replace_editor"]]
    """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_20250124"]]

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

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

Frequently Asked Questions

What is the ToolTextEditor20250124Param class?
ToolTextEditor20250124Param is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/tool_text_editor_20250124_param.py.
Where is ToolTextEditor20250124Param defined?
ToolTextEditor20250124Param is defined in src/anthropic/types/tool_text_editor_20250124_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