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/3306475085414d36aee4411ad2466e08e53bef8a/src/ax/ai/anthropic/types.ts#L104

Properties

allowed_domains?

TypeScript
optional allowed_domains: string[];

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


blocked_domains?

TypeScript
optional blocked_domains: string[];

Defined in: https://github.com/ax-llm/ax/blob/3306475085414d36aee4411ad2466e08e53bef8a/src/ax/ai/anthropic/types.ts#L109


max_uses?

TypeScript
optional max_uses: number;

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


name

TypeScript
name: string;

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


type

TypeScript
type: "web_search_20250305";

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


user_location?

TypeScript
optional user_location: object;

Defined in: https://github.com/ax-llm/ax/blob/3306475085414d36aee4411ad2466e08e53bef8a/src/ax/ai/anthropic/types.ts#L110

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