Uses of Class
org.springframework.ai.chat.prompt.ChatOptionsBuilder
Packages that use ChatOptionsBuilder
-
Uses of ChatOptionsBuilder in org.springframework.ai.chat.prompt
Methods in org.springframework.ai.chat.prompt that return ChatOptionsBuilderModifier and TypeMethodDescriptionstatic ChatOptionsBuilder
ChatOptionsBuilder.builder()
Deprecated, for removal: This API element is subject to removal in a future version.ChatOptionsBuilder.withFrequencyPenalty
(Double frequencyPenalty) Deprecated, for removal: This API element is subject to removal in a future version.ChatOptionsBuilder.withMaxTokens
(Integer maxTokens) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.ChatOptionsBuilder.withPresencePenalty
(Double presencePenalty) Deprecated, for removal: This API element is subject to removal in a future version.ChatOptionsBuilder.withStopSequences
(List<String> stop) Deprecated, for removal: This API element is subject to removal in a future version.ChatOptionsBuilder.withTemperature
(Double temperature) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.