Uses of Interface
org.springframework.ai.model.function.FunctionCallingOptions.Builder
-
Uses of FunctionCallingOptions.Builder in org.springframework.ai.model.function
Modifier and TypeMethodDescriptionFunctionCallingOptions.builder()
DefaultFunctionCallingOptionsBuilder.frequencyPenalty
(Double frequencyPenalty) FunctionCallingOptions.Builder.frequencyPenalty
(Double frequencyPenalty) The function name to be registered with the chat model.DefaultFunctionCallingOptionsBuilder.functionCallbacks
(List<FunctionCallback> functionCallbacks) DefaultFunctionCallingOptionsBuilder.functionCallbacks
(FunctionCallback... functionCallbacks) FunctionCallingOptions.Builder.functionCallbacks
(List<FunctionCallback> functionCallbacks) The list of Function Callbacks to be registered with the Chat model.FunctionCallingOptions.Builder.functionCallbacks
(FunctionCallback... functionCallbacks) The Function Callbacks to be registered with the Chat model.Set
of function names to be registered with the Chat model.DefaultFunctionCallingOptionsBuilder.presencePenalty
(Double presencePenalty) FunctionCallingOptions.Builder.presencePenalty
(Double presencePenalty) DefaultFunctionCallingOptionsBuilder.proxyToolCalls
(Boolean proxyToolCalls) FunctionCallingOptions.Builder.proxyToolCalls
(Boolean proxyToolCalls) Boolean flag to indicate if the proxy ToolCalls is enabled.DefaultFunctionCallingOptionsBuilder.stopSequences
(List<String> stop) FunctionCallingOptions.Builder.stopSequences
(List<String> stopSequences) DefaultFunctionCallingOptionsBuilder.temperature
(Double temperature) FunctionCallingOptions.Builder.temperature
(Double temperature) DefaultFunctionCallingOptionsBuilder.toolContext
(String key, Object value) DefaultFunctionCallingOptionsBuilder.toolContext
(Map<String, Object> context) FunctionCallingOptions.Builder.toolContext
(String key, Object value) Add a specific key/value pair to the tool context.FunctionCallingOptions.Builder.toolContext
(Map<String, Object> context) Add aMap
of context values into tool context. -
Uses of FunctionCallingOptions.Builder in org.springframework.ai.model.tool
Modifier and TypeInterfaceDescriptionstatic interface
A builder to create aToolCallingChatOptions
instance.Modifier and TypeClassDescriptionstatic class
Default implementation ofToolCallingChatOptions.Builder
.