ToolTextEditor20250429Param Class — anthropic-sdk-python Architecture
Architecture documentation for the ToolTextEditor20250429Param class in tool_text_editor_20250429_param.py from the anthropic-sdk-python codebase.
Entity Profile
Dependency Diagram
graph TD b90daf87_5151_d047_4416_18a698f7301a["ToolTextEditor20250429Param"] 9fafcb02_fb95_352f_819a_1a01fd235f66["tool_text_editor_20250429_param.py"] b90daf87_5151_d047_4416_18a698f7301a -->|defined in| 9fafcb02_fb95_352f_819a_1a01fd235f66
Relationship Graph
Source Code
src/anthropic/types/tool_text_editor_20250429_param.py lines 13–26
class ToolTextEditor20250429Param(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"]]
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"""
Domain
Source
Frequently Asked Questions
What is the ToolTextEditor20250429Param class?
ToolTextEditor20250429Param is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/tool_text_editor_20250429_param.py.
Where is ToolTextEditor20250429Param defined?
ToolTextEditor20250429Param is defined in src/anthropic/types/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