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) Constructors in org.springframework.ai.anthropic with parameters of type AnthropicApiModifierConstructorDescriptionAnthropicChatModel(AnthropicApi anthropicApi) Deprecated.AnthropicChatModel(AnthropicApi anthropicApi, AnthropicChatOptions defaultOptions) Deprecated.AnthropicChatModel(AnthropicApi anthropicApi, AnthropicChatOptions defaultOptions, ToolCallingManager toolCallingManager, org.springframework.retry.support.RetryTemplate retryTemplate, io.micrometer.observation.ObservationRegistry observationRegistry) AnthropicChatModel(AnthropicApi anthropicApi, AnthropicChatOptions defaultOptions, org.springframework.retry.support.RetryTemplate retryTemplate) Deprecated.AnthropicChatModel(AnthropicApi anthropicApi, AnthropicChatOptions defaultOptions, org.springframework.retry.support.RetryTemplate retryTemplate, FunctionCallbackResolver functionCallbackResolver) Deprecated.AnthropicChatModel(AnthropicApi anthropicApi, AnthropicChatOptions defaultOptions, org.springframework.retry.support.RetryTemplate retryTemplate, FunctionCallbackResolver functionCallbackResolver, List<FunctionCallback> toolFunctionCallbacks) Deprecated.AnthropicChatModel(AnthropicApi anthropicApi, AnthropicChatOptions defaultOptions, org.springframework.retry.support.RetryTemplate retryTemplate, FunctionCallbackResolver functionCallbackResolver, List<FunctionCallback> toolFunctionCallbacks, io.micrometer.observation.ObservationRegistry observationRegistry) Deprecated.
AnthropicChatModel.Builder.