Uses of Class
org.springframework.ai.anthropic.AnthropicWebSearchTool.Builder
Packages that use AnthropicWebSearchTool.Builder
Package
Description
Spring AI integration with Anthropic's Claude models using the official
Anthropic Java SDK.
-
Uses of AnthropicWebSearchTool.Builder in org.springframework.ai.anthropic
Methods in org.springframework.ai.anthropic that return AnthropicWebSearchTool.BuilderModifier and TypeMethodDescriptionAnthropicWebSearchTool.Builder.allowedDomains(List<String> allowedDomains) AnthropicWebSearchTool.Builder.blockedDomains(List<String> blockedDomains) AnthropicWebSearchTool.builder()AnthropicWebSearchTool.Builder.maxUses(long maxUses) AnthropicWebSearchTool.Builder.userLocation(@Nullable String city, @Nullable String country, @Nullable String region, @Nullable String timezone)