Uses of Class
org.springframework.ai.moonshot.MoonshotChatOptions.Builder
-
Uses of MoonshotChatOptions.Builder in org.springframework.ai.moonshot
Modifier and TypeMethodDescriptionstatic MoonshotChatOptions.Builder
MoonshotChatOptions.builder()
MoonshotChatOptions.Builder.withFrequencyPenalty
(Double frequencyPenalty) MoonshotChatOptions.Builder.withFunction
(String functionName) MoonshotChatOptions.Builder.withFunctionCallbacks
(List<FunctionCallback> functionCallbacks) MoonshotChatOptions.Builder.withFunctions
(Set<String> functionNames) MoonshotChatOptions.Builder.withMaxTokens
(Integer maxTokens) MoonshotChatOptions.Builder.withPresencePenalty
(Double presencePenalty) MoonshotChatOptions.Builder.withProxyToolCalls
(Boolean proxyToolCalls) MoonshotChatOptions.Builder.withTemperature
(Double temperature) MoonshotChatOptions.Builder.withToolChoice
(String toolChoice) MoonshotChatOptions.Builder.withToolContext
(Map<String, Object> toolContext) MoonshotChatOptions.Builder.withTools
(List<MoonshotApi.FunctionTool> tools)