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

BetaToolTextEditor20250728Param Class — anthropic-sdk-python Architecture

Architecture documentation for the BetaToolTextEditor20250728Param class in beta_tool_text_editor_20250728_param.py from the anthropic-sdk-python codebase.

Entity Profile

Dependency Diagram

graph TD
  a574fd2e_a68b_02d6_4b49_f33fc0ff57d5["BetaToolTextEditor20250728Param"]
  bcd9230a_298c_79e6_0f05_7ba16151b273["beta_tool_text_editor_20250728_param.py"]
  a574fd2e_a68b_02d6_4b49_f33fc0ff57d5 -->|defined in| bcd9230a_298c_79e6_0f05_7ba16151b273

Relationship Graph

Source Code

src/anthropic/types/beta/beta_tool_text_editor_20250728_param.py lines 13–42

class BetaToolTextEditor20250728Param(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"]]

    allowed_callers: List[Literal["direct", "code_execution_20250825"]]

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

    defer_loading: bool
    """If true, tool will not be included in initial system prompt.

    Only loaded when returned via tool_reference from tool search.
    """

    input_examples: Iterable[Dict[str, object]]

    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 BetaToolTextEditor20250728Param class?
BetaToolTextEditor20250728Param is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/beta/beta_tool_text_editor_20250728_param.py.
Where is BetaToolTextEditor20250728Param defined?
BetaToolTextEditor20250728Param is defined in src/anthropic/types/beta/beta_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