Uses of Interface
org.springframework.ai.model.function.FunctionCallingOptions
Package
Description
-
Uses of FunctionCallingOptions in org.springframework.ai.anthropic
Modifier and TypeClassDescriptionclass
The options to be used when sending a chat request to the Anthropic API. -
Uses of FunctionCallingOptions in org.springframework.ai.azure.openai
Modifier and TypeClassDescriptionclass
The configuration information for a chat completions request. -
Uses of FunctionCallingOptions in org.springframework.ai.chat.model
Modifier and TypeMethodDescriptionprotected boolean
AbstractToolCallSupport.isProxyToolCalls
(Prompt prompt, FunctionCallingOptions defaultOptions) Check if the proxyToolCalls is enabled for the given prompt or the default tool call options.AbstractToolCallSupport.runtimeFunctionCallbackConfigurations
(FunctionCallingOptions runtimeFunctionOptions) Handle the runtime function callback configurations.ModifierConstructorDescriptionprotected
AbstractToolCallSupport
(FunctionCallbackContext functionCallbackContext, FunctionCallingOptions functionCallingOptions, List<FunctionCallback> toolFunctionCallbacks) -
Uses of FunctionCallingOptions in org.springframework.ai.minimax
Modifier and TypeClassDescriptionclass
MiniMaxChatOptions represents the options for performing chat completion using the MiniMax API. -
Uses of FunctionCallingOptions in org.springframework.ai.mistralai
-
Uses of FunctionCallingOptions in org.springframework.ai.model.function
Modifier and TypeClassDescriptionstatic class
Modifier and TypeMethodDescriptionAbstractFunctionCallSupport.handleFunctionCallbackConfigurations
(FunctionCallingOptions options, boolean isRuntimeCall) Deprecated, for removal: This API element is subject to removal in a future version.ModifierConstructorDescriptionToolCallHelper
(FunctionCallbackContext functionCallbackContext, FunctionCallingOptions functionCallingOptions, List<FunctionCallback> toolFunctionCallbacks) -
Uses of FunctionCallingOptions in org.springframework.ai.moonshot
-
Uses of FunctionCallingOptions in org.springframework.ai.ollama.api
Modifier and TypeClassDescriptionclass
Helper class for creating strongly-typed Ollama options. -
Uses of FunctionCallingOptions in org.springframework.ai.openai
-
Uses of FunctionCallingOptions in org.springframework.ai.vertexai.gemini
-
Uses of FunctionCallingOptions in org.springframework.ai.zhipuai
Modifier and TypeClassDescriptionclass
ZhiPuAiChatOptions represents the options for the ZhiPuAiChat model.