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

BetaToolSearchToolRegex20251119Param Class — anthropic-sdk-python Architecture

Architecture documentation for the BetaToolSearchToolRegex20251119Param class in beta_tool_search_tool_regex_20251119_param.py from the anthropic-sdk-python codebase.

Entity Profile

Dependency Diagram

graph TD
  c9bbcc13_04fb_b544_317c_dc974f4bc56c["BetaToolSearchToolRegex20251119Param"]
  b519600a_d37b_0559_b5b7_9232c34c7829["beta_tool_search_tool_regex_20251119_param.py"]
  c9bbcc13_04fb_b544_317c_dc974f4bc56c -->|defined in| b519600a_d37b_0559_b5b7_9232c34c7829

Relationship Graph

Source Code

src/anthropic/types/beta/beta_tool_search_tool_regex_20251119_param.py lines 13–34

class BetaToolSearchToolRegex20251119Param(TypedDict, total=False):
    name: Required[Literal["tool_search_tool_regex"]]
    """Name of the tool.

    This is how the tool will be called by the model and in `tool_use` blocks.
    """

    type: Required[Literal["tool_search_tool_regex_20251119", "tool_search_tool_regex"]]

    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.
    """

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

Frequently Asked Questions

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