Uses of Class
org.springframework.ai.anthropic.api.AnthropicApi.ChatCompletionRequestBuilder
Packages that use AnthropicApi.ChatCompletionRequestBuilder
-
Uses of AnthropicApi.ChatCompletionRequestBuilder in org.springframework.ai.anthropic.api
Methods in org.springframework.ai.anthropic.api that return AnthropicApi.ChatCompletionRequestBuilderModifier and TypeMethodDescriptionAnthropicApi.ChatCompletionRequest.builder()AnthropicApi.ChatCompletionRequest.from(AnthropicApi.ChatCompletionRequest request) AnthropicApi.ChatCompletionRequestBuilder.withMaxTokens(Integer maxTokens) AnthropicApi.ChatCompletionRequestBuilder.withMessages(List<AnthropicApi.AnthropicMessage> messages) AnthropicApi.ChatCompletionRequestBuilder.withMetadata(AnthropicApi.ChatCompletionRequest.Metadata metadata) AnthropicApi.ChatCompletionRequestBuilder.withModel(AnthropicApi.ChatModel model) AnthropicApi.ChatCompletionRequestBuilder.withStopSequences(List<String> stopSequences) AnthropicApi.ChatCompletionRequestBuilder.withStream(Boolean stream) AnthropicApi.ChatCompletionRequestBuilder.withSystem(String system) AnthropicApi.ChatCompletionRequestBuilder.withTemperature(Double temperature) AnthropicApi.ChatCompletionRequestBuilder.withTools(List<AnthropicApi.Tool> tools)