Uses of Interface
org.springframework.ai.model.function.FunctionCallingOptions.Builder
-
Uses of FunctionCallingOptions.Builder in org.springframework.ai.model.function
Modifier and TypeMethodDescriptionFunctionCallingOptions.builder()
Deprecated.DefaultFunctionCallingOptionsBuilder.frequencyPenalty
(Double frequencyPenalty) Deprecated.FunctionCallingOptions.Builder.frequencyPenalty
(Double frequencyPenalty) Deprecated.The function name to be registered with the chat model.DefaultFunctionCallingOptionsBuilder.functionCallbacks
(List<FunctionCallback> functionCallbacks) Deprecated.DefaultFunctionCallingOptionsBuilder.functionCallbacks
(FunctionCallback... functionCallbacks) Deprecated.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.Deprecated.Set
of function names to be registered with the Chat model.Deprecated.Deprecated.DefaultFunctionCallingOptionsBuilder.presencePenalty
(Double presencePenalty) Deprecated.FunctionCallingOptions.Builder.presencePenalty
(Double presencePenalty) DefaultFunctionCallingOptionsBuilder.proxyToolCalls
(Boolean proxyToolCalls) Deprecated.FunctionCallingOptions.Builder.proxyToolCalls
(Boolean proxyToolCalls) Boolean flag to indicate if the proxy ToolCalls is enabled.DefaultFunctionCallingOptionsBuilder.stopSequences
(List<String> stop) Deprecated.FunctionCallingOptions.Builder.stopSequences
(List<String> stopSequences) DefaultFunctionCallingOptionsBuilder.temperature
(Double temperature) Deprecated.FunctionCallingOptions.Builder.temperature
(Double temperature) DefaultFunctionCallingOptionsBuilder.toolContext
(String key, Object value) Deprecated.DefaultFunctionCallingOptionsBuilder.toolContext
(Map<String, Object> context) Deprecated.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.Deprecated.Deprecated. -
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
.
DefaultToolCallingChatOptions.Builder
.