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 TypeClassDescriptionclass
The 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 TypeClassDescriptionclass
The configuration information for a chat completions request. -
Uses of FunctionCallingOptions in org.springframework.ai.bedrock.converse
Methods in org.springframework.ai.bedrock.converse with parameters of type FunctionCallingOptionsModifier and TypeMethodDescriptionBedrockProxyChatModel.Builder.withDefaultOptions
(FunctionCallingOptions defaultOptions) Deprecated.Constructors in org.springframework.ai.bedrock.converse with parameters of type FunctionCallingOptionsModifierConstructorDescriptionBedrockProxyChatModel
(software.amazon.awssdk.services.bedrockruntime.BedrockRuntimeClient bedrockRuntimeClient, software.amazon.awssdk.services.bedrockruntime.BedrockRuntimeAsyncClient bedrockRuntimeAsyncClient, FunctionCallingOptions defaultOptions, FunctionCallbackResolver functionCallbackResolver, List<FunctionCallback> toolFunctionCallbacks, io.micrometer.observation.ObservationRegistry observationRegistry) Deprecated, for removal: This API element is subject to removal in a future version. -
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.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 FunctionCallingOptionsMethods in org.springframework.ai.model.function that return FunctionCallingOptionsModifier and TypeMethodDescriptionDefaultFunctionCallingOptionsBuilder.build()
Deprecated.FunctionCallingOptions.Builder.build()
Builds theFunctionCallingOptions
.DefaultFunctionCallingOptions.merge
(ChatOptions options) Deprecated.Constructors in org.springframework.ai.model.function with parameters of type FunctionCallingOptionsModifierConstructorDescriptionFunctionCallingHelper
(FunctionCallbackResolver functionCallbackResolver, FunctionCallingOptions functionCallingOptions, List<FunctionCallback> toolFunctionCallbacks) Deprecated. -
Uses of FunctionCallingOptions in org.springframework.ai.model.tool
Subinterfaces of FunctionCallingOptions in org.springframework.ai.model.toolModifier and TypeInterfaceDescriptioninterface
A set of options that can be used to configure the interaction with a chat model, including tool calling.Classes in org.springframework.ai.model.tool that implement FunctionCallingOptions -
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.ollama.api
Classes in org.springframework.ai.ollama.api that implement FunctionCallingOptionsModifier and TypeClassDescriptionclass
Helper 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 FunctionCallingOptionsModifier and TypeClassDescriptionclass
Options for the Vertex AI Gemini Chat API. -
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
BedrockProxyChatModel.Builder.defaultOptions(ToolCallingChatOptions)
instead.