AxAIAnthropicWebSearchTool
type AxAIAnthropicWebSearchTool = object;
Defined in: https://github.com/ax-llm/ax/blob/b50783a160295ce34ac10dcaf3bd8fff4a01d535/src/ax/ai/anthropic/types.ts#L62
Properties
allowed_domains?
optional allowed_domains: string[];
Defined in: https://github.com/ax-llm/ax/blob/b50783a160295ce34ac10dcaf3bd8fff4a01d535/src/ax/ai/anthropic/types.ts#L66
blocked_domains?
optional blocked_domains: string[];
Defined in: https://github.com/ax-llm/ax/blob/b50783a160295ce34ac10dcaf3bd8fff4a01d535/src/ax/ai/anthropic/types.ts#L67
max_uses?
optional max_uses: number;
Defined in: https://github.com/ax-llm/ax/blob/b50783a160295ce34ac10dcaf3bd8fff4a01d535/src/ax/ai/anthropic/types.ts#L65
name
name: string;
Defined in: https://github.com/ax-llm/ax/blob/b50783a160295ce34ac10dcaf3bd8fff4a01d535/src/ax/ai/anthropic/types.ts#L64
type
type: "web_search_20250305";
Defined in: https://github.com/ax-llm/ax/blob/b50783a160295ce34ac10dcaf3bd8fff4a01d535/src/ax/ai/anthropic/types.ts#L63
user_location?
optional user_location: object;
Defined in: https://github.com/ax-llm/ax/blob/b50783a160295ce34ac10dcaf3bd8fff4a01d535/src/ax/ai/anthropic/types.ts#L68
city?
optional city: string;
country?
optional country: string;
region?
optional region: string;
timezone?
optional timezone: string;
type
type: "approximate";