Uses of Interface
org.springframework.ai.model.function.FunctionCallingOptions
Packages that use FunctionCallingOptions
Package
Description
-
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.minimax
Classes in org.springframework.ai.minimax that implement FunctionCallingOptionsModifier and TypeClassDescriptionclass
MiniMaxChatOptions represents the options for performing chat completion using the MiniMax API. -
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. -
Uses of FunctionCallingOptions in org.springframework.ai.moonshot
Classes in org.springframework.ai.moonshot that implement FunctionCallingOptionsModifier and TypeClassDescriptionclass
Options for Moonshot chat completions. -
Uses of FunctionCallingOptions in org.springframework.ai.zhipuai
Classes in org.springframework.ai.zhipuai that implement FunctionCallingOptionsModifier and TypeClassDescriptionclass
ZhiPuAiChatOptions represents the options for the ZhiPuAiChat model.Methods in org.springframework.ai.zhipuai that return FunctionCallingOptions
DefaultToolCallingChatOptions
.