Package org.springframework.ai.minimax
Class MiniMaxChatOptions.Builder
java.lang.Object
org.springframework.ai.minimax.MiniMaxChatOptions.Builder
- Enclosing class:
- MiniMaxChatOptions
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
frequencyPenalty
(Double frequencyPenalty) functionCallbacks
(List<FunctionCallback> functionCallbacks) maskSensitiveInfo
(Boolean maskSensitiveInfo) presencePenalty
(Double presencePenalty) proxyToolCalls
(Boolean proxyToolCalls) responseFormat
(MiniMaxApi.ChatCompletionRequest.ResponseFormat responseFormat) temperature
(Double temperature) toolChoice
(String toolChoice) toolContext
(Map<String, Object> toolContext) tools
(List<MiniMaxApi.FunctionTool> tools)
-
Field Details
-
options
-
-
Constructor Details
-
Builder
public Builder() -
Builder
-
-
Method Details
-
model
-
frequencyPenalty
-
maxTokens
-
N
-
presencePenalty
-
responseFormat
public MiniMaxChatOptions.Builder responseFormat(MiniMaxApi.ChatCompletionRequest.ResponseFormat responseFormat) -
seed
-
stop
-
temperature
-
topP
-
maskSensitiveInfo
-
tools
-
toolChoice
-
functionCallbacks
-
functions
-
function
-
proxyToolCalls
-
toolContext
-
build
-