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

BetaToolSearchToolBm25_20251119Param Class — anthropic-sdk-python Architecture

Architecture documentation for the BetaToolSearchToolBm25_20251119Param class in beta_tool_search_tool_bm25_20251119_param.py from the anthropic-sdk-python codebase.

Entity Profile

Dependency Diagram

graph TD
  3dc92b85_e412_c9fd_bdd1_8916e566cf38["BetaToolSearchToolBm25_20251119Param"]
  84477055_9194_b842_7710_aec03a7254c3["beta_tool_search_tool_bm25_20251119_param.py"]
  3dc92b85_e412_c9fd_bdd1_8916e566cf38 -->|defined in| 84477055_9194_b842_7710_aec03a7254c3

Relationship Graph

Source Code

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

class BetaToolSearchToolBm25_20251119Param(TypedDict, total=False):
    name: Required[Literal["tool_search_tool_bm25"]]
    """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_bm25_20251119", "tool_search_tool_bm25"]]

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