Uses of Class
org.springframework.ai.anthropic.api.AnthropicApi.Builder
Packages that use AnthropicApi.Builder
-
Uses of AnthropicApi.Builder in org.springframework.ai.anthropic.api
Methods in org.springframework.ai.anthropic.api that return AnthropicApi.BuilderModifier and TypeMethodDescriptionAnthropicApi.Builder.anthropicBetaFeatures(String anthropicBetaFeatures) AnthropicApi.Builder.anthropicVersion(String anthropicVersion) AnthropicApi.Builder.apiKey(org.springframework.ai.model.ApiKey apiKey) static AnthropicApi.BuilderAnthropicApi.builder()AnthropicApi.Builder.completionsPath(String completionsPath) AnthropicApi.Builder.responseErrorHandler(org.springframework.web.client.ResponseErrorHandler responseErrorHandler) AnthropicApi.Builder.restClientBuilder(org.springframework.web.client.RestClient.Builder restClientBuilder) AnthropicApi.Builder.webClientBuilder(org.springframework.web.reactive.function.client.WebClient.Builder webClientBuilder)