Uses of Interface
org.springframework.ai.model.tool.ToolCallingChatOptions
Packages that use ToolCallingChatOptions
Package
Description
-
Uses of ToolCallingChatOptions in org.springframework.ai.anthropic
Classes in org.springframework.ai.anthropic that implement ToolCallingChatOptionsModifier and TypeClassDescriptionclass
The options to be used when sending a chat request to the Anthropic API. -
Uses of ToolCallingChatOptions in org.springframework.ai.azure.openai
Classes in org.springframework.ai.azure.openai that implement ToolCallingChatOptionsModifier and TypeClassDescriptionclass
The configuration information for a chat completions request. -
Uses of ToolCallingChatOptions in org.springframework.ai.bedrock.converse
Methods in org.springframework.ai.bedrock.converse with parameters of type ToolCallingChatOptionsModifier and TypeMethodDescriptionBedrockProxyChatModel.Builder.defaultOptions
(ToolCallingChatOptions defaultOptions) Constructors in org.springframework.ai.bedrock.converse with parameters of type ToolCallingChatOptionsModifierConstructorDescriptionBedrockProxyChatModel
(software.amazon.awssdk.services.bedrockruntime.BedrockRuntimeClient bedrockRuntimeClient, software.amazon.awssdk.services.bedrockruntime.BedrockRuntimeAsyncClient bedrockRuntimeAsyncClient, ToolCallingChatOptions defaultOptions, io.micrometer.observation.ObservationRegistry observationRegistry, ToolCallingManager toolCallingManager) BedrockProxyChatModel
(software.amazon.awssdk.services.bedrockruntime.BedrockRuntimeClient bedrockRuntimeClient, software.amazon.awssdk.services.bedrockruntime.BedrockRuntimeAsyncClient bedrockRuntimeAsyncClient, ToolCallingChatOptions defaultOptions, io.micrometer.observation.ObservationRegistry observationRegistry, ToolCallingManager toolCallingManager, ToolExecutionEligibilityPredicate toolExecutionEligibilityPredicate) -
Uses of ToolCallingChatOptions in org.springframework.ai.deepseek
Classes in org.springframework.ai.deepseek that implement ToolCallingChatOptionsModifier and TypeClassDescriptionclass
Chat completions options for the DeepSeek chat API. -
Uses of ToolCallingChatOptions in org.springframework.ai.minimax
Classes in org.springframework.ai.minimax that implement ToolCallingChatOptionsModifier and TypeClassDescriptionclass
MiniMaxChatOptions represents the options for performing chat completion using the MiniMax API. -
Uses of ToolCallingChatOptions in org.springframework.ai.mistralai
Classes in org.springframework.ai.mistralai that implement ToolCallingChatOptions -
Uses of ToolCallingChatOptions in org.springframework.ai.model.bedrock.converse.autoconfigure
Methods in org.springframework.ai.model.bedrock.converse.autoconfigure that return ToolCallingChatOptionsMethods in org.springframework.ai.model.bedrock.converse.autoconfigure with parameters of type ToolCallingChatOptionsModifier and TypeMethodDescriptionvoid
BedrockConverseProxyChatProperties.setOptions
(ToolCallingChatOptions options) -
Uses of ToolCallingChatOptions in org.springframework.ai.model.tool
Classes in org.springframework.ai.model.tool that implement ToolCallingChatOptionsMethods in org.springframework.ai.model.tool that return ToolCallingChatOptionsModifier and TypeMethodDescriptionDefaultToolCallingChatOptions.Builder.build()
ToolCallingChatOptions.Builder.build()
Methods in org.springframework.ai.model.tool with parameters of type ToolCallingChatOptionsModifier and TypeMethodDescriptionDefaultToolCallingManager.resolveToolDefinitions
(ToolCallingChatOptions chatOptions) ToolCallingManager.resolveToolDefinitions
(ToolCallingChatOptions chatOptions) Resolve the tool definitions from the model's tool calling options. -
Uses of ToolCallingChatOptions in org.springframework.ai.ollama.api
Classes in org.springframework.ai.ollama.api that implement ToolCallingChatOptionsModifier and TypeClassDescriptionclass
Helper class for creating strongly-typed Ollama options. -
Uses of ToolCallingChatOptions in org.springframework.ai.openai
Classes in org.springframework.ai.openai that implement ToolCallingChatOptions -
Uses of ToolCallingChatOptions in org.springframework.ai.vertexai.gemini
Classes in org.springframework.ai.vertexai.gemini that implement ToolCallingChatOptionsModifier and TypeClassDescriptionclass
Options for the Vertex AI Gemini Chat API. -
Uses of ToolCallingChatOptions in org.springframework.ai.vertexai.gemini.schema
Methods in org.springframework.ai.vertexai.gemini.schema with parameters of type ToolCallingChatOptionsModifier and TypeMethodDescriptionVertexToolCallingManager.resolveToolDefinitions
(ToolCallingChatOptions chatOptions) Resolves tool definitions and converts their input schemas to be compatible with Vertex AI's OpenAPI format. -
Uses of ToolCallingChatOptions in org.springframework.ai.zhipuai
Classes in org.springframework.ai.zhipuai that implement ToolCallingChatOptionsModifier and TypeClassDescriptionclass
ZhiPuAiChatOptions represents the options for the ZhiPuAiChat model.Methods in org.springframework.ai.zhipuai that return ToolCallingChatOptions