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.autoconfigure.bedrock.converse
Methods in org.springframework.ai.autoconfigure.bedrock.converse that return ToolCallingChatOptionsMethods in org.springframework.ai.autoconfigure.bedrock.converse with parameters of type ToolCallingChatOptionsModifier and TypeMethodDescriptionvoid
BedrockConverseProxyChatProperties.setOptions
(ToolCallingChatOptions options) -
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) -
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.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) LegacyToolCallingManager.resolveToolDefinitions
(ToolCallingChatOptions chatOptions) Deprecated.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.