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

BetaToolTextEditor20241022Param Class — anthropic-sdk-python Architecture

Architecture documentation for the BetaToolTextEditor20241022Param class in beta_tool_text_editor_20241022_param.py from the anthropic-sdk-python codebase.

Entity Profile

Dependency Diagram

graph TD
  56a80833_4397_b1d1_e1c5_52e2b2e285c0["BetaToolTextEditor20241022Param"]
  72f066b0_b6f0_6ae1_3495_89c4113f45a8["beta_tool_text_editor_20241022_param.py"]
  56a80833_4397_b1d1_e1c5_52e2b2e285c0 -->|defined in| 72f066b0_b6f0_6ae1_3495_89c4113f45a8

Relationship Graph

Source Code

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

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

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