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

BetaToolTextEditor20250429Param Class — anthropic-sdk-python Architecture

Architecture documentation for the BetaToolTextEditor20250429Param class in beta_tool_text_editor_20250429_param.py from the anthropic-sdk-python codebase.

Entity Profile

Dependency Diagram

graph TD
  8a46e58c_339c_86f7_3f4e_abdf0b677c2d["BetaToolTextEditor20250429Param"]
  e8a025fb_cac6_7830_f8cd_e1679b0a835c["beta_tool_text_editor_20250429_param.py"]
  8a46e58c_339c_86f7_3f4e_abdf0b677c2d -->|defined in| e8a025fb_cac6_7830_f8cd_e1679b0a835c

Relationship Graph

Source Code

src/anthropic/types/beta/beta_tool_text_editor_20250429_param.py lines 13–36

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

    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]]

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

Frequently Asked Questions

What is the BetaToolTextEditor20250429Param class?
BetaToolTextEditor20250429Param is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/beta/beta_tool_text_editor_20250429_param.py.
Where is BetaToolTextEditor20250429Param defined?
BetaToolTextEditor20250429Param is defined in src/anthropic/types/beta/beta_tool_text_editor_20250429_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