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.frequencyPenalty
(Double frequencyPenalty) MoonshotChatOptions.Builder.functionCallbacks
(List<FunctionCallback> functionCallbacks) MoonshotChatOptions.Builder.presencePenalty
(Double presencePenalty) MoonshotChatOptions.Builder.proxyToolCalls
(Boolean proxyToolCalls) MoonshotChatOptions.Builder.temperature
(Double temperature) MoonshotChatOptions.Builder.toolChoice
(String toolChoice) MoonshotChatOptions.Builder.toolContext
(Map<String, Object> toolContext) MoonshotChatOptions.Builder.tools
(List<MoonshotApi.FunctionTool> tools)