Home / File/ beta_tool_search_tool_regex_20251119_param.py — anthropic-sdk-python Source File

beta_tool_search_tool_regex_20251119_param.py — anthropic-sdk-python Source File

Architecture documentation for beta_tool_search_tool_regex_20251119_param.py, a python file in the anthropic-sdk-python codebase. 4 imports, 3 dependents.

File python AnthropicClient 4 imports 3 dependents 1 classes

Entity Profile

Dependency Diagram

graph LR
  7a82f8fe_1b24_7963_8b34_8d30249870da["beta_tool_search_tool_regex_20251119_param.py"]
  7f8d7959_fc6b_abea_1699_22d7bacf0e36["beta_cache_control_ephemeral_param.py"]
  7a82f8fe_1b24_7963_8b34_8d30249870da --> 7f8d7959_fc6b_abea_1699_22d7bacf0e36
  ce118409_a754_2cd2_0d3e_e696b6fe190d["BetaCacheControlEphemeralParam"]
  7a82f8fe_1b24_7963_8b34_8d30249870da --> ce118409_a754_2cd2_0d3e_e696b6fe190d
  9e729a88_70db_e7d4_5fad_450d4231b13f["typing"]
  7a82f8fe_1b24_7963_8b34_8d30249870da --> 9e729a88_70db_e7d4_5fad_450d4231b13f
  6a9d955d_2702_df7b_b21c_68d8602620ed["typing_extensions"]
  7a82f8fe_1b24_7963_8b34_8d30249870da --> 6a9d955d_2702_df7b_b21c_68d8602620ed
  2f407a13_f2d9_e28f_3101_8d800d8f5c5f["__init__.py"]
  2f407a13_f2d9_e28f_3101_8d800d8f5c5f --> 7a82f8fe_1b24_7963_8b34_8d30249870da
  e3c42e8e_23f0_5f47_32ef_40d43e109076["beta_tool_union_param.py"]
  e3c42e8e_23f0_5f47_32ef_40d43e109076 --> 7a82f8fe_1b24_7963_8b34_8d30249870da
  15cf994e_060c_b17d_9c67_fd9a726a3508["message_count_tokens_params.py"]
  15cf994e_060c_b17d_9c67_fd9a726a3508 --> 7a82f8fe_1b24_7963_8b34_8d30249870da
  style 7a82f8fe_1b24_7963_8b34_8d30249870da fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

from __future__ import annotations

from typing import List, Optional
from typing_extensions import Literal, Required, TypedDict

from .beta_cache_control_ephemeral_param import BetaCacheControlEphemeralParam

__all__ = ["BetaToolSearchToolRegex20251119Param"]


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 does beta_tool_search_tool_regex_20251119_param.py do?
beta_tool_search_tool_regex_20251119_param.py is a source file in the anthropic-sdk-python codebase, written in python. It belongs to the AnthropicClient domain.
What does beta_tool_search_tool_regex_20251119_param.py depend on?
beta_tool_search_tool_regex_20251119_param.py imports 4 module(s): BetaCacheControlEphemeralParam, beta_cache_control_ephemeral_param.py, typing, typing_extensions.
What files import beta_tool_search_tool_regex_20251119_param.py?
beta_tool_search_tool_regex_20251119_param.py is imported by 3 file(s): __init__.py, beta_tool_union_param.py, message_count_tokens_params.py.
Where is beta_tool_search_tool_regex_20251119_param.py in the architecture?
beta_tool_search_tool_regex_20251119_param.py is located at src/anthropic/types/beta/beta_tool_search_tool_regex_20251119_param.py (domain: AnthropicClient, directory: src/anthropic/types/beta).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free