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) 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, FunctionCallbackContext functionCallbackContext, List<FunctionCallback> toolFunctionCallbacks, io.micrometer.observation.ObservationRegistry observationRegistry) -
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) 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 FunctionCallingOptionsModifierConstructorDescriptionprotected
AbstractToolCallSupport
(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 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 FunctionCallingOptionsModifier and TypeClassDescriptionstatic class
Methods in org.springframework.ai.model.function with parameters of type FunctionCallingOptionsModifier and TypeMethodDescriptionFunctionCallingOptionsBuilder.PortableFunctionCallingOptions.merge
(FunctionCallingOptions options) Constructors in org.springframework.ai.model.function with parameters of type FunctionCallingOptionsModifierConstructorDescriptionFunctionCallingHelper
(FunctionCallbackContext functionCallbackContext, FunctionCallingOptions functionCallingOptions, List<FunctionCallback> toolFunctionCallbacks) -
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.