Package org.springframework.ai.minimax
Class MiniMaxChatOptions.Builder
java.lang.Object
org.springframework.ai.chat.prompt.DefaultChatOptionsBuilder<MiniMaxChatOptions.Builder>
org.springframework.ai.model.tool.DefaultToolCallingChatOptions.Builder<MiniMaxChatOptions.Builder>
org.springframework.ai.minimax.MiniMaxChatOptions.AbstractBuilder<MiniMaxChatOptions.Builder>
org.springframework.ai.minimax.MiniMaxChatOptions.Builder
- All Implemented Interfaces:
ChatOptions.Builder<MiniMaxChatOptions.Builder>,ToolCallingChatOptions.Builder<MiniMaxChatOptions.Builder>
- Enclosing class:
MiniMaxChatOptions
public static class MiniMaxChatOptions.Builder
extends MiniMaxChatOptions.AbstractBuilder<MiniMaxChatOptions.Builder>
-
Field Summary
Fields inherited from class org.springframework.ai.minimax.MiniMaxChatOptions.AbstractBuilder
maskSensitiveInfo, n, responseFormat, seed, toolChoice, toolsFields inherited from class org.springframework.ai.model.tool.DefaultToolCallingChatOptions.Builder
internalToolExecutionEnabled, toolCallbacks, toolContext, toolNamesFields inherited from class org.springframework.ai.chat.prompt.DefaultChatOptionsBuilder
frequencyPenalty, maxTokens, model, presencePenalty, stopSequences, temperature, topK, topP -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.springframework.ai.minimax.MiniMaxChatOptions.AbstractBuilder
build, combineWith, maskSensitiveInfo, N, responseFormat, seed, stop, toolChoice, toolsMethods inherited from class org.springframework.ai.model.tool.DefaultToolCallingChatOptions.Builder
internalToolExecutionEnabled, toolCallbacks, toolCallbacks, toolContext, toolContext, toolNames, toolNamesMethods inherited from class org.springframework.ai.chat.prompt.DefaultChatOptionsBuilder
frequencyPenalty, maxTokens, model, presencePenalty, self, stopSequences, temperature, topK, topPMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.ai.model.tool.ToolCallingChatOptions.Builder
frequencyPenalty, maxTokens, model, presencePenalty, stopSequences, temperature, topK, topP
-
Constructor Details
-
Builder
public Builder()
-