Uses of Class
org.springframework.ai.anthropic.api.AnthropicApi
Packages that use AnthropicApi
-
Uses of AnthropicApi in org.springframework.ai.anthropic
Methods in org.springframework.ai.anthropic with parameters of type AnthropicApiModifier and TypeMethodDescriptionAnthropicChatModel.Builder.anthropicApi(AnthropicApi anthropicApi) SkillsResponseHelper.downloadAllFiles(org.springframework.ai.chat.model.ChatResponse response, AnthropicApi api, Path targetDir) Download all files from a Skills response to a target directory.Constructors in org.springframework.ai.anthropic with parameters of type AnthropicApiModifierConstructorDescriptionAnthropicChatModel(AnthropicApi anthropicApi, AnthropicChatOptions defaultOptions, org.springframework.ai.model.tool.ToolCallingManager toolCallingManager, org.springframework.core.retry.RetryTemplate retryTemplate, io.micrometer.observation.ObservationRegistry observationRegistry) AnthropicChatModel(AnthropicApi anthropicApi, AnthropicChatOptions defaultOptions, org.springframework.ai.model.tool.ToolCallingManager toolCallingManager, org.springframework.core.retry.RetryTemplate retryTemplate, io.micrometer.observation.ObservationRegistry observationRegistry, org.springframework.ai.model.tool.ToolExecutionEligibilityPredicate toolExecutionEligibilityPredicate) -
Uses of AnthropicApi in org.springframework.ai.anthropic.api
Methods in org.springframework.ai.anthropic.api that return AnthropicApi