Uses of Interface
org.springframework.ai.model.function.FunctionCallingOptions.Builder
Packages that use FunctionCallingOptions.Builder
-
Uses of FunctionCallingOptions.Builder in org.springframework.ai.model.function
Classes in org.springframework.ai.model.function that implement FunctionCallingOptions.BuilderMethods in org.springframework.ai.model.function that return FunctionCallingOptions.BuilderModifier 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.Setof 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 aMapof context values into tool context.Deprecated.Deprecated.
DefaultToolCallingChatOptions.Builder.