Uses of Class
org.springframework.ai.bedrock.anthropic3.Anthropic3ChatOptions.Builder
-
Uses of Anthropic3ChatOptions.Builder in org.springframework.ai.bedrock.anthropic3
Modifier and TypeMethodDescriptionAnthropic3ChatOptions.builder()
Create a newAnthropic3ChatOptions
.Anthropic3ChatOptions.Builder.withAnthropicVersion
(String anthropicVersion) Set the version of the generative to use.Anthropic3ChatOptions.Builder.withMaxTokens
(Integer maxTokens) Set the maximum number of tokens.Anthropic3ChatOptions.Builder.withStopSequences
(List<String> stopSequences) Set the stop sequences.Anthropic3ChatOptions.Builder.withTemperature
(Double temperature) Set the temperature.Set the top k.Set the top p.