Uses of Interface
org.springframework.ai.chat.prompt.ChatOptions.Builder
-
Uses of ChatOptions.Builder in org.springframework.ai.chat.prompt
Modifier and TypeClassDescriptionclass
Implementation ofChatOptions.Builder
to createDefaultChatOptions
.Modifier and TypeMethodDescriptionstatic ChatOptions.Builder
ChatOptions.builder()
Creates a newChatOptions.Builder
to create the defaultChatOptions
.ChatOptions.Builder.frequencyPenalty
(Double frequencyPenalty) Builds with the frequency penalty to use for the chat.Builds with the maximum number of tokens to use for the chat.Builds with the model to use for the chat.ChatOptions.Builder.presencePenalty
(Double presencePenalty) Builds with the presence penalty to use for the chat.ChatOptions.Builder.stopSequences
(List<String> stopSequences) Builds with the stop sequences to use for the chat.ChatOptions.Builder.temperature
(Double temperature) Builds with the temperature to use for the chat.Builds with the top K to use for the chat.Builds with the top P to use for the chat. -
Uses of ChatOptions.Builder in org.springframework.ai.model.function
Modifier and TypeInterfaceDescriptionstatic interface
Builder for creatingFunctionCallingOptions
instance.