Uses of Class
org.springframework.ai.model.function.FunctionCallingOptionsBuilder
Packages that use FunctionCallingOptionsBuilder
-
Uses of FunctionCallingOptionsBuilder in org.springframework.ai.model.function
Methods in org.springframework.ai.model.function that return FunctionCallingOptionsBuilderModifier and TypeMethodDescriptionFunctionCallingOptionsBuilder.PortableFunctionCallingOptions.builder()
Deprecated, for removal: This API element is subject to removal in a future version.FunctionCallingOptionsBuilder.withFrequencyPenalty
(Double frequencyPenalty) Deprecated, for removal: This API element is subject to removal in a future version.FunctionCallingOptionsBuilder.withFunction
(String function) Deprecated, for removal: This API element is subject to removal in a future version.FunctionCallingOptionsBuilder.withFunctionCallbacks
(List<FunctionCallback> functionCallbacks) Deprecated, for removal: This API element is subject to removal in a future version.FunctionCallingOptionsBuilder.withFunctionCallbacks
(FunctionCallback... functionCallbacks) Deprecated, for removal: This API element is subject to removal in a future version.FunctionCallingOptionsBuilder.withFunctions
(Set<String> functions) Deprecated, for removal: This API element is subject to removal in a future version.FunctionCallingOptionsBuilder.withMaxTokens
(Integer maxTokens) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.FunctionCallingOptionsBuilder.withPresencePenalty
(Double presencePenalty) Deprecated, for removal: This API element is subject to removal in a future version.FunctionCallingOptionsBuilder.withProxyToolCalls
(Boolean proxyToolCalls) Deprecated, for removal: This API element is subject to removal in a future version.FunctionCallingOptionsBuilder.withStopSequences
(List<String> stopSequences) Deprecated, for removal: This API element is subject to removal in a future version.FunctionCallingOptionsBuilder.withTemperature
(Double temperature) Deprecated, for removal: This API element is subject to removal in a future version.FunctionCallingOptionsBuilder.withToolContext
(String key, Object value) Deprecated, for removal: This API element is subject to removal in a future version.FunctionCallingOptionsBuilder.withToolContext
(Map<String, Object> context) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.