Uses of Interface
org.springframework.ai.model.function.FunctionCallingOptions
Packages that use FunctionCallingOptions
-
Uses of FunctionCallingOptions in org.springframework.ai.chat.model
Methods in org.springframework.ai.chat.model with parameters of type FunctionCallingOptionsModifier and TypeMethodDescriptionprotected boolean
AbstractToolCallSupport.isProxyToolCalls
(Prompt prompt, FunctionCallingOptions defaultOptions) Deprecated.AbstractToolCallSupport.runtimeFunctionCallbackConfigurations
(FunctionCallingOptions runtimeFunctionOptions) Deprecated.Constructors in org.springframework.ai.chat.model with parameters of type FunctionCallingOptionsModifierConstructorDescriptionprotected
AbstractToolCallSupport
(FunctionCallbackResolver functionCallbackResolver, FunctionCallingOptions functionCallingOptions, List<FunctionCallback> toolFunctionCallbacks) Deprecated. -
Uses of FunctionCallingOptions in org.springframework.ai.model.function
Classes in org.springframework.ai.model.function that implement FunctionCallingOptionsMethods in org.springframework.ai.model.function that return FunctionCallingOptionsModifier and TypeMethodDescriptionDefaultFunctionCallingOptionsBuilder.build()
Deprecated.FunctionCallingOptions.Builder.build()
Builds theFunctionCallingOptions
.DefaultFunctionCallingOptions.merge
(ChatOptions options) Deprecated.
DefaultToolCallingChatOptions
.