AxAIAnthropicWebSearchTool
type AxAIAnthropicWebSearchTool = object;
Defined in: https://github.com/ax-llm/ax/blob/71ea5064d766efdc031d375243a8e525911833e7/src/ax/ai/anthropic/types.ts#L85
Properties
allowed_domains?
optional allowed_domains: string[];
Defined in: https://github.com/ax-llm/ax/blob/71ea5064d766efdc031d375243a8e525911833e7/src/ax/ai/anthropic/types.ts#L89
blocked_domains?
optional blocked_domains: string[];
Defined in: https://github.com/ax-llm/ax/blob/71ea5064d766efdc031d375243a8e525911833e7/src/ax/ai/anthropic/types.ts#L90
max_uses?
optional max_uses: number;
Defined in: https://github.com/ax-llm/ax/blob/71ea5064d766efdc031d375243a8e525911833e7/src/ax/ai/anthropic/types.ts#L88
name
name: string;
Defined in: https://github.com/ax-llm/ax/blob/71ea5064d766efdc031d375243a8e525911833e7/src/ax/ai/anthropic/types.ts#L87
type
type: "web_search_20250305";
Defined in: https://github.com/ax-llm/ax/blob/71ea5064d766efdc031d375243a8e525911833e7/src/ax/ai/anthropic/types.ts#L86
user_location?
optional user_location: object;
Defined in: https://github.com/ax-llm/ax/blob/71ea5064d766efdc031d375243a8e525911833e7/src/ax/ai/anthropic/types.ts#L91
city?
optional city: string;
country?
optional country: string;
region?
optional region: string;
timezone?
optional timezone: string;
type
type: "approximate";