Uses of Class
org.springframework.ai.anthropic.AnthropicWebSearchTool
Packages that use AnthropicWebSearchTool
Package
Description
Spring AI integration with Anthropic's Claude models using the official
Anthropic Java SDK.
-
Uses of AnthropicWebSearchTool in org.springframework.ai.anthropic
Methods in org.springframework.ai.anthropic that return AnthropicWebSearchToolModifier and TypeMethodDescriptionAnthropicWebSearchTool.Builder.build()@Nullable AnthropicWebSearchToolAnthropicChatOptions.getWebSearchTool()Methods in org.springframework.ai.anthropic with parameters of type AnthropicWebSearchToolModifier and TypeMethodDescriptionAnthropicChatOptions.AbstractBuilder.webSearchTool(@Nullable AnthropicWebSearchTool webSearchTool) Enables Anthropic's built-in web search tool with the given configuration.Constructors in org.springframework.ai.anthropic with parameters of type AnthropicWebSearchToolModifierConstructorDescriptionprotectedAnthropicChatOptions(@Nullable String baseUrl, @Nullable String apiKey, @Nullable String model, @Nullable Duration timeout, @Nullable Integer maxRetries, @Nullable Proxy proxy, @Nullable Map<String, String> customHeaders, @Nullable Integer maxTokens, @Nullable com.anthropic.models.messages.Metadata metadata, @Nullable List<String> stopSequences, @Nullable Double temperature, @Nullable Double topP, @Nullable Integer topK, @Nullable com.anthropic.models.messages.ToolChoice toolChoice, @Nullable com.anthropic.models.messages.ThinkingConfigParam thinking, @Nullable Boolean disableParallelToolUse, @Nullable List<ToolCallback> toolCallbacks, @Nullable Map<String, Object> toolContext, @Nullable List<AnthropicCitationDocument> citationDocuments, @Nullable AnthropicCacheOptions cacheOptions, @Nullable com.anthropic.models.messages.OutputConfig outputConfig, @Nullable Map<String, String> httpHeaders, @Nullable AnthropicSkillContainer skillContainer, @Nullable String inferenceGeo, @Nullable AnthropicWebSearchTool webSearchTool, @Nullable AnthropicServiceTier serviceTier) -
Uses of AnthropicWebSearchTool in org.springframework.ai.model.anthropic.autoconfigure
Methods in org.springframework.ai.model.anthropic.autoconfigure that return AnthropicWebSearchToolModifier and TypeMethodDescription@Nullable AnthropicWebSearchToolAnthropicChatProperties.getWebSearchTool()@Nullable AnthropicWebSearchToolAnthropicChatProperties.Options.getWebSearchTool()Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.springframework.ai.model.anthropic.autoconfigure with parameters of type AnthropicWebSearchToolModifier and TypeMethodDescriptionvoidAnthropicChatProperties.Options.setWebSearchTool(@Nullable AnthropicWebSearchTool webSearchTool) voidAnthropicChatProperties.setWebSearchTool(@Nullable AnthropicWebSearchTool webSearchTool)