beta_tool_search_tool_bm25_20251119_param.py — anthropic-sdk-python Source File
Architecture documentation for beta_tool_search_tool_bm25_20251119_param.py, a python file in the anthropic-sdk-python codebase. 4 imports, 3 dependents.
Entity Profile
Dependency Diagram
graph LR 82df5215_6648_eb33_c75a_0d74673e56f5["beta_tool_search_tool_bm25_20251119_param.py"] 7f8d7959_fc6b_abea_1699_22d7bacf0e36["beta_cache_control_ephemeral_param.py"] 82df5215_6648_eb33_c75a_0d74673e56f5 --> 7f8d7959_fc6b_abea_1699_22d7bacf0e36 ce118409_a754_2cd2_0d3e_e696b6fe190d["BetaCacheControlEphemeralParam"] 82df5215_6648_eb33_c75a_0d74673e56f5 --> ce118409_a754_2cd2_0d3e_e696b6fe190d 9e729a88_70db_e7d4_5fad_450d4231b13f["typing"] 82df5215_6648_eb33_c75a_0d74673e56f5 --> 9e729a88_70db_e7d4_5fad_450d4231b13f 6a9d955d_2702_df7b_b21c_68d8602620ed["typing_extensions"] 82df5215_6648_eb33_c75a_0d74673e56f5 --> 6a9d955d_2702_df7b_b21c_68d8602620ed 2f407a13_f2d9_e28f_3101_8d800d8f5c5f["__init__.py"] 2f407a13_f2d9_e28f_3101_8d800d8f5c5f --> 82df5215_6648_eb33_c75a_0d74673e56f5 e3c42e8e_23f0_5f47_32ef_40d43e109076["beta_tool_union_param.py"] e3c42e8e_23f0_5f47_32ef_40d43e109076 --> 82df5215_6648_eb33_c75a_0d74673e56f5 15cf994e_060c_b17d_9c67_fd9a726a3508["message_count_tokens_params.py"] 15cf994e_060c_b17d_9c67_fd9a726a3508 --> 82df5215_6648_eb33_c75a_0d74673e56f5 style 82df5215_6648_eb33_c75a_0d74673e56f5 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__ = ["BetaToolSearchToolBm25_20251119Param"]
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"""
Domain
Dependencies
- BetaCacheControlEphemeralParam
- beta_cache_control_ephemeral_param.py
- typing
- typing_extensions
Imported By
Source
Frequently Asked Questions
What does beta_tool_search_tool_bm25_20251119_param.py do?
beta_tool_search_tool_bm25_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_bm25_20251119_param.py depend on?
beta_tool_search_tool_bm25_20251119_param.py imports 4 module(s): BetaCacheControlEphemeralParam, beta_cache_control_ephemeral_param.py, typing, typing_extensions.
What files import beta_tool_search_tool_bm25_20251119_param.py?
beta_tool_search_tool_bm25_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_bm25_20251119_param.py in the architecture?
beta_tool_search_tool_bm25_20251119_param.py is located at src/anthropic/types/beta/beta_tool_search_tool_bm25_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