Uses of Class
org.springframework.ai.model.function.FunctionCallingOptionsBuilder
-
Uses of FunctionCallingOptionsBuilder in org.springframework.ai.model.function
Modifier and TypeMethodDescriptionFunctionCallingOptions.builder()
FunctionCallingOptionsBuilder.PortableFunctionCallingOptions.builder()
FunctionCallingOptionsBuilder.withFrequencyPenalty
(Double frequencyPenalty) FunctionCallingOptionsBuilder.withFunction
(String function) FunctionCallingOptionsBuilder.withFunctionCallbacks
(List<FunctionCallback> functionCallbacks) FunctionCallingOptionsBuilder.withFunctionCallbacks
(FunctionCallback... functionCallbacks) FunctionCallingOptionsBuilder.withFunctions
(Set<String> functions) FunctionCallingOptionsBuilder.withMaxTokens
(Integer maxTokens) FunctionCallingOptionsBuilder.withPresencePenalty
(Double presencePenalty) FunctionCallingOptionsBuilder.withProxyToolCalls
(Boolean proxyToolCalls) FunctionCallingOptionsBuilder.withStopSequences
(List<String> stopSequences) FunctionCallingOptionsBuilder.withTemperature
(Double temperature) FunctionCallingOptionsBuilder.withToolContext
(String key, Object value) FunctionCallingOptionsBuilder.withToolContext
(Map<String, Object> context)