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.bedrock.converse
Modifier and TypeMethodDescriptionBedrockProxyChatModel.Builder.withDefaultOptions
(FunctionCallingOptions defaultOptions) ModifierConstructorDescriptionBedrockProxyChatModel
(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
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 TypeMethodDescriptionFunctionCallingOptionsBuilder.PortableFunctionCallingOptions.merge
(FunctionCallingOptions options) ModifierConstructorDescriptionFunctionCallingHelper
(FunctionCallbackContext functionCallbackContext, FunctionCallingOptions functionCallingOptions, List<FunctionCallback> toolFunctionCallbacks) -
Uses of FunctionCallingOptions in org.springframework.ai.moonshot
Modifier and TypeClassDescriptionclass
Options for Moonshot chat completions. -
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
Modifier and TypeClassDescriptionclass
Options for the Vertex AI Gemini Chat API. -
Uses of FunctionCallingOptions in org.springframework.ai.zhipuai
Modifier and TypeClassDescriptionclass
ZhiPuAiChatOptions represents the options for the ZhiPuAiChat model.