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