AxAIAnthropicWebSearchTool Generated TypeScript API reference. typescript api api/reference build/apidocs/TypeAlias.AxAIAnthropicWebSearchTool.md type AxAIAnthropicWebSearchTool

AxAIAnthropicWebSearchTool

TypeScript
type AxAIAnthropicWebSearchTool = object;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/anthropic/types.ts#L102

Properties

allowed_domains?

TypeScript
optional allowed_domains: string[];

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/anthropic/types.ts#L106


blocked_domains?

TypeScript
optional blocked_domains: string[];

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/anthropic/types.ts#L107


max_uses?

TypeScript
optional max_uses: number;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/anthropic/types.ts#L105


name

TypeScript
name: string;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/anthropic/types.ts#L104


type

TypeScript
type: "web_search_20250305";

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/anthropic/types.ts#L103


user_location?

TypeScript
optional user_location: object;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/anthropic/types.ts#L108

city?

TypeScript
optional city: string;

country?

TypeScript
optional country: string;

region?

TypeScript
optional region: string;

timezone?

TypeScript
optional timezone: string;

type

TypeScript
type: "approximate";
Docs