Uses of Interface
org.springframework.ai.chat.prompt.ChatOptions.Builder
Packages that use ChatOptions.Builder
-
Uses of ChatOptions.Builder in org.springframework.ai.chat.prompt
Classes in org.springframework.ai.chat.prompt that implement ChatOptions.BuilderModifier and TypeClassDescriptionclass
Implementation ofChatOptions.Builder
to createDefaultChatOptions
.Methods in org.springframework.ai.chat.prompt that return ChatOptions.BuilderModifier 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.tool
Subinterfaces of ChatOptions.Builder in org.springframework.ai.model.toolModifier and TypeInterfaceDescriptionstatic interface
A builder to create aToolCallingChatOptions
instance.Classes in org.springframework.ai.model.tool that implement ChatOptions.BuilderModifier and TypeClassDescriptionstatic class
Default implementation ofToolCallingChatOptions.Builder
.