MCPcopy
hub / github.com/codeaashu/claude-code / getToolSearchBetaHeader

Function getToolSearchBetaHeader

src/utils/betas.ts:202–208  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

200 * - Vertex AI / Bedrock: tool-search-tool-2025-10-19
201 */
202export function getToolSearchBetaHeader(): string {
203 const provider = getAPIProvider()
204 if (provider === 'vertex' || provider === 'bedrock') {
205 return TOOL_SEARCH_BETA_HEADER_3P
206 }
207 return TOOL_SEARCH_BETA_HEADER_1P
208}
209
210/**
211 * Check if experimental betas should be included.

Callers 1

queryModelFunction · 0.85

Calls 1

getAPIProviderFunction · 0.85

Tested by

no test coverage detected