Uses of Interface
org.springframework.ai.model.tool.ToolCallingManager
Packages that use ToolCallingManager
Package
Description
-
Uses of ToolCallingManager in org.springframework.ai.anthropic
Methods in org.springframework.ai.anthropic with parameters of type ToolCallingManagerModifier and TypeMethodDescriptionAnthropicChatModel.Builder.toolCallingManager
(ToolCallingManager toolCallingManager) Constructors in org.springframework.ai.anthropic with parameters of type ToolCallingManagerModifierConstructorDescriptionAnthropicChatModel
(AnthropicApi anthropicApi, AnthropicChatOptions defaultOptions, ToolCallingManager toolCallingManager, org.springframework.retry.support.RetryTemplate retryTemplate, io.micrometer.observation.ObservationRegistry observationRegistry) -
Uses of ToolCallingManager in org.springframework.ai.autoconfigure.anthropic
Methods in org.springframework.ai.autoconfigure.anthropic with parameters of type ToolCallingManagerModifier and TypeMethodDescriptionAnthropicAutoConfiguration.anthropicChatModel
(AnthropicApi anthropicApi, AnthropicChatProperties chatProperties, org.springframework.retry.support.RetryTemplate retryTemplate, ToolCallingManager toolCallingManager, org.springframework.beans.factory.ObjectProvider<io.micrometer.observation.ObservationRegistry> observationRegistry, org.springframework.beans.factory.ObjectProvider<ChatModelObservationConvention> observationConvention) -
Uses of ToolCallingManager in org.springframework.ai.autoconfigure.azure.openai
Methods in org.springframework.ai.autoconfigure.azure.openai with parameters of type ToolCallingManagerModifier and TypeMethodDescriptionAzureOpenAiAutoConfiguration.azureOpenAiChatModel
(com.azure.ai.openai.OpenAIClientBuilder openAIClientBuilder, AzureOpenAiChatProperties chatProperties, ToolCallingManager toolCallingManager, org.springframework.beans.factory.ObjectProvider<io.micrometer.observation.ObservationRegistry> observationRegistry, org.springframework.beans.factory.ObjectProvider<ChatModelObservationConvention> observationConvention) -
Uses of ToolCallingManager in org.springframework.ai.autoconfigure.bedrock.converse
Methods in org.springframework.ai.autoconfigure.bedrock.converse with parameters of type ToolCallingManagerModifier and TypeMethodDescriptionBedrockConverseProxyChatAutoConfiguration.bedrockProxyChatModel
(software.amazon.awssdk.auth.credentials.AwsCredentialsProvider credentialsProvider, software.amazon.awssdk.regions.providers.AwsRegionProvider regionProvider, BedrockAwsConnectionProperties connectionProperties, BedrockConverseProxyChatProperties chatProperties, ToolCallingManager toolCallingManager, org.springframework.beans.factory.ObjectProvider<io.micrometer.observation.ObservationRegistry> observationRegistry, org.springframework.beans.factory.ObjectProvider<ChatModelObservationConvention> observationConvention, org.springframework.beans.factory.ObjectProvider<software.amazon.awssdk.services.bedrockruntime.BedrockRuntimeClient> bedrockRuntimeClient, org.springframework.beans.factory.ObjectProvider<software.amazon.awssdk.services.bedrockruntime.BedrockRuntimeAsyncClient> bedrockRuntimeAsyncClient) -
Uses of ToolCallingManager in org.springframework.ai.autoconfigure.mistralai
Methods in org.springframework.ai.autoconfigure.mistralai with parameters of type ToolCallingManagerModifier and TypeMethodDescriptionMistralAiAutoConfiguration.mistralAiChatModel
(MistralAiCommonProperties commonProperties, MistralAiChatProperties chatProperties, org.springframework.beans.factory.ObjectProvider<org.springframework.web.client.RestClient.Builder> restClientBuilderProvider, ToolCallingManager toolCallingManager, org.springframework.retry.support.RetryTemplate retryTemplate, org.springframework.web.client.ResponseErrorHandler responseErrorHandler, org.springframework.beans.factory.ObjectProvider<io.micrometer.observation.ObservationRegistry> observationRegistry, org.springframework.beans.factory.ObjectProvider<ChatModelObservationConvention> observationConvention) -
Uses of ToolCallingManager in org.springframework.ai.autoconfigure.ollama
Methods in org.springframework.ai.autoconfigure.ollama with parameters of type ToolCallingManagerModifier and TypeMethodDescriptionOllamaAutoConfiguration.ollamaChatModel
(OllamaApi ollamaApi, OllamaChatProperties properties, OllamaInitializationProperties initProperties, ToolCallingManager toolCallingManager, org.springframework.beans.factory.ObjectProvider<io.micrometer.observation.ObservationRegistry> observationRegistry, org.springframework.beans.factory.ObjectProvider<ChatModelObservationConvention> observationConvention) -
Uses of ToolCallingManager in org.springframework.ai.autoconfigure.openai
Methods in org.springframework.ai.autoconfigure.openai with parameters of type ToolCallingManagerModifier and TypeMethodDescriptionOpenAiAutoConfiguration.openAiChatModel
(OpenAiConnectionProperties commonProperties, OpenAiChatProperties chatProperties, org.springframework.beans.factory.ObjectProvider<org.springframework.web.client.RestClient.Builder> restClientBuilderProvider, org.springframework.beans.factory.ObjectProvider<org.springframework.web.reactive.function.client.WebClient.Builder> webClientBuilderProvider, ToolCallingManager toolCallingManager, org.springframework.retry.support.RetryTemplate retryTemplate, org.springframework.web.client.ResponseErrorHandler responseErrorHandler, org.springframework.beans.factory.ObjectProvider<io.micrometer.observation.ObservationRegistry> observationRegistry, org.springframework.beans.factory.ObjectProvider<ChatModelObservationConvention> observationConvention) -
Uses of ToolCallingManager in org.springframework.ai.autoconfigure.vertexai.gemini
Methods in org.springframework.ai.autoconfigure.vertexai.gemini with parameters of type ToolCallingManagerModifier and TypeMethodDescriptionVertexAiGeminiAutoConfiguration.vertexAiGeminiChat
(com.google.cloud.vertexai.VertexAI vertexAi, VertexAiGeminiChatProperties chatProperties, ToolCallingManager toolCallingManager, org.springframework.context.ApplicationContext context, org.springframework.retry.support.RetryTemplate retryTemplate, org.springframework.beans.factory.ObjectProvider<io.micrometer.observation.ObservationRegistry> observationRegistry, org.springframework.beans.factory.ObjectProvider<ChatModelObservationConvention> observationConvention) -
Uses of ToolCallingManager in org.springframework.ai.azure.openai
Methods in org.springframework.ai.azure.openai with parameters of type ToolCallingManagerModifier and TypeMethodDescriptionAzureOpenAiChatModel.Builder.toolCallingManager
(ToolCallingManager toolCallingManager) Constructors in org.springframework.ai.azure.openai with parameters of type ToolCallingManagerModifierConstructorDescriptionAzureOpenAiChatModel
(com.azure.ai.openai.OpenAIClientBuilder openAIClientBuilder, AzureOpenAiChatOptions defaultOptions, ToolCallingManager toolCallingManager, io.micrometer.observation.ObservationRegistry observationRegistry) -
Uses of ToolCallingManager in org.springframework.ai.bedrock.converse
Methods in org.springframework.ai.bedrock.converse with parameters of type ToolCallingManagerModifier and TypeMethodDescriptionBedrockProxyChatModel.Builder.toolCallingManager
(ToolCallingManager toolCallingManager) Constructors in org.springframework.ai.bedrock.converse with parameters of type ToolCallingManagerModifierConstructorDescriptionBedrockProxyChatModel
(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 ToolCallingManager in org.springframework.ai.mistralai
Methods in org.springframework.ai.mistralai with parameters of type ToolCallingManagerModifier and TypeMethodDescriptionMistralAiChatModel.Builder.toolCallingManager
(ToolCallingManager toolCallingManager) Constructors in org.springframework.ai.mistralai with parameters of type ToolCallingManagerModifierConstructorDescriptionMistralAiChatModel
(MistralAiApi mistralAiApi, MistralAiChatOptions defaultOptions, ToolCallingManager toolCallingManager, org.springframework.retry.support.RetryTemplate retryTemplate, io.micrometer.observation.ObservationRegistry observationRegistry) -
Uses of ToolCallingManager in org.springframework.ai.model.tool
Classes in org.springframework.ai.model.tool that implement ToolCallingManagerModifier and TypeClassDescriptionclass
Default implementation ofToolCallingManager
.class
Deprecated. -
Uses of ToolCallingManager in org.springframework.ai.ollama
Methods in org.springframework.ai.ollama with parameters of type ToolCallingManagerModifier and TypeMethodDescriptionOllamaChatModel.Builder.toolCallingManager
(ToolCallingManager toolCallingManager) Constructors in org.springframework.ai.ollama with parameters of type ToolCallingManagerModifierConstructorDescriptionOllamaChatModel
(OllamaApi ollamaApi, OllamaOptions defaultOptions, ToolCallingManager toolCallingManager, io.micrometer.observation.ObservationRegistry observationRegistry, ModelManagementOptions modelManagementOptions) -
Uses of ToolCallingManager in org.springframework.ai.openai
Methods in org.springframework.ai.openai with parameters of type ToolCallingManagerModifier and TypeMethodDescriptionOpenAiChatModel.Builder.toolCallingManager
(ToolCallingManager toolCallingManager) Constructors in org.springframework.ai.openai with parameters of type ToolCallingManagerModifierConstructorDescriptionOpenAiChatModel
(OpenAiApi openAiApi, OpenAiChatOptions defaultOptions, ToolCallingManager toolCallingManager, org.springframework.retry.support.RetryTemplate retryTemplate, io.micrometer.observation.ObservationRegistry observationRegistry) -
Uses of ToolCallingManager in org.springframework.ai.vertexai.gemini
Methods in org.springframework.ai.vertexai.gemini with parameters of type ToolCallingManagerModifier and TypeMethodDescriptionVertexAiGeminiChatModel.Builder.toolCallingManager
(ToolCallingManager toolCallingManager) Constructors in org.springframework.ai.vertexai.gemini with parameters of type ToolCallingManagerModifierConstructorDescriptionVertexAiGeminiChatModel
(com.google.cloud.vertexai.VertexAI vertexAI, VertexAiGeminiChatOptions defaultOptions, ToolCallingManager toolCallingManager, org.springframework.retry.support.RetryTemplate retryTemplate, io.micrometer.observation.ObservationRegistry observationRegistry) Creates a new instance of VertexAiGeminiChatModel. -
Uses of ToolCallingManager in org.springframework.ai.vertexai.gemini.schema
Classes in org.springframework.ai.vertexai.gemini.schema that implement ToolCallingManagerModifier and TypeClassDescriptionclass
Implementation ofToolCallingManager
specifically designed for Vertex AI Gemini.Constructors in org.springframework.ai.vertexai.gemini.schema with parameters of type ToolCallingManagerModifierConstructorDescriptionVertexToolCallingManager
(ToolCallingManager delegateToolCallingManager) Creates a new instance of VertexToolCallingManager.
AbstractToolCallSupport
.