Uses of Interface
org.springframework.ai.model.function.FunctionCallingOptions
Packages that use FunctionCallingOptions
Package
Description
-
Uses of FunctionCallingOptions in org.springframework.ai.anthropic
Classes in org.springframework.ai.anthropic that implement FunctionCallingOptionsModifier and TypeClassDescriptionclassThe options to be used when sending a chat request to the Anthropic API. -
Uses of FunctionCallingOptions in org.springframework.ai.azure.openai
Classes in org.springframework.ai.azure.openai that implement FunctionCallingOptionsModifier and TypeClassDescriptionclassThe configuration information for a chat completions request. -
Uses of FunctionCallingOptions in org.springframework.ai.chat.model
Methods in org.springframework.ai.chat.model with parameters of type FunctionCallingOptionsModifier and TypeMethodDescriptionprotected booleanAbstractToolCallSupport.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.Constructors in org.springframework.ai.chat.model with parameters of type FunctionCallingOptionsModifierConstructorDescriptionprotectedAbstractToolCallSupport(FunctionCallbackContext functionCallbackContext, FunctionCallingOptions functionCallingOptions, List<FunctionCallback> toolFunctionCallbacks) -
Uses of FunctionCallingOptions in org.springframework.ai.minimax
Classes in org.springframework.ai.minimax that implement FunctionCallingOptionsModifier and TypeClassDescriptionclassMiniMaxChatOptions represents the options for performing chat completion using the MiniMax API. -
Uses of FunctionCallingOptions in org.springframework.ai.mistralai
Classes in org.springframework.ai.mistralai that implement FunctionCallingOptions -
Uses of FunctionCallingOptions in org.springframework.ai.model.function
Classes in org.springframework.ai.model.function that implement FunctionCallingOptionsModifier and TypeClassDescriptionstatic classMethods in org.springframework.ai.model.function with parameters of type FunctionCallingOptionsModifier and TypeMethodDescriptionAbstractFunctionCallSupport.handleFunctionCallbackConfigurations(FunctionCallingOptions options, boolean isRuntimeCall) Deprecated, for removal: This API element is subject to removal in a future version.Constructors in org.springframework.ai.model.function with parameters of type FunctionCallingOptionsModifierConstructorDescriptionToolCallHelper(FunctionCallbackContext functionCallbackContext, FunctionCallingOptions functionCallingOptions, List<FunctionCallback> toolFunctionCallbacks) -
Uses of FunctionCallingOptions in org.springframework.ai.moonshot
Classes in org.springframework.ai.moonshot that implement FunctionCallingOptions -
Uses of FunctionCallingOptions in org.springframework.ai.ollama.api
Classes in org.springframework.ai.ollama.api that implement FunctionCallingOptionsModifier and TypeClassDescriptionclassHelper class for creating strongly-typed Ollama options. -
Uses of FunctionCallingOptions in org.springframework.ai.openai
Classes in org.springframework.ai.openai that implement FunctionCallingOptions -
Uses of FunctionCallingOptions in org.springframework.ai.vertexai.gemini
Classes in org.springframework.ai.vertexai.gemini that implement FunctionCallingOptions -
Uses of FunctionCallingOptions in org.springframework.ai.zhipuai
Classes in org.springframework.ai.zhipuai that implement FunctionCallingOptionsModifier and TypeClassDescriptionclassZhiPuAiChatOptions represents the options for the ZhiPuAiChat model.