Uses of Class
org.springframework.ai.model.function.FunctionCallingOptionsBuilder
-
Uses of FunctionCallingOptionsBuilder in org.springframework.ai.model.function
Modifier and TypeMethodDescriptionFunctionCallingOptions.builder()
FunctionCallingOptionsBuilder.withFunction
(String function) FunctionCallingOptionsBuilder.withFunctionCallback
(FunctionCallback functionCallback) FunctionCallingOptionsBuilder.withFunctionCallbacks
(List<FunctionCallback> functionCallbacks) FunctionCallingOptionsBuilder.withFunctions
(Set<String> functions) FunctionCallingOptionsBuilder.withTemperature
(Float temperature)