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) AnthropicChatModel
(AnthropicApi anthropicApi, AnthropicChatOptions defaultOptions, ToolCallingManager toolCallingManager, org.springframework.retry.support.RetryTemplate retryTemplate, io.micrometer.observation.ObservationRegistry observationRegistry, ToolExecutionEligibilityPredicate toolExecutionEligibilityPredicate) -
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) AzureOpenAiChatModel
(com.azure.ai.openai.OpenAIClientBuilder openAIClientBuilder, AzureOpenAiChatOptions defaultOptions, ToolCallingManager toolCallingManager, io.micrometer.observation.ObservationRegistry observationRegistry, ToolExecutionEligibilityPredicate toolExecutionEligibilityPredicate) -
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) 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 ToolCallingManager in org.springframework.ai.deepseek
Methods in org.springframework.ai.deepseek with parameters of type ToolCallingManagerModifier and TypeMethodDescriptionDeepSeekChatModel.Builder.toolCallingManager
(ToolCallingManager toolCallingManager) Constructors in org.springframework.ai.deepseek with parameters of type ToolCallingManagerModifierConstructorDescriptionDeepSeekChatModel
(DeepSeekApi deepSeekApi, DeepSeekChatOptions defaultOptions, ToolCallingManager toolCallingManager, org.springframework.retry.support.RetryTemplate retryTemplate, io.micrometer.observation.ObservationRegistry observationRegistry) DeepSeekChatModel
(DeepSeekApi deepSeekApi, DeepSeekChatOptions defaultOptions, ToolCallingManager toolCallingManager, org.springframework.retry.support.RetryTemplate retryTemplate, io.micrometer.observation.ObservationRegistry observationRegistry, ToolExecutionEligibilityPredicate toolExecutionEligibilityPredicate) -
Uses of ToolCallingManager in org.springframework.ai.minimax
Constructors in org.springframework.ai.minimax with parameters of type ToolCallingManagerModifierConstructorDescriptionMiniMaxChatModel
(MiniMaxApi miniMaxApi, MiniMaxChatOptions options, ToolCallingManager toolCallingManager) Initializes a new instance of the MiniMaxChatModel.MiniMaxChatModel
(MiniMaxApi miniMaxApi, MiniMaxChatOptions options, ToolCallingManager toolCallingManager, org.springframework.retry.support.RetryTemplate retryTemplate) Initializes a new instance of the MiniMaxChatModel.MiniMaxChatModel
(MiniMaxApi miniMaxApi, MiniMaxChatOptions options, ToolCallingManager toolCallingManager, org.springframework.retry.support.RetryTemplate retryTemplate, io.micrometer.observation.ObservationRegistry observationRegistry, ToolExecutionEligibilityPredicate toolExecutionEligibilityPredicate) Initializes a new instance of the MiniMaxChatModel. -
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) MistralAiChatModel
(MistralAiApi mistralAiApi, MistralAiChatOptions defaultOptions, ToolCallingManager toolCallingManager, org.springframework.retry.support.RetryTemplate retryTemplate, io.micrometer.observation.ObservationRegistry observationRegistry, ToolExecutionEligibilityPredicate toolExecutionEligibilityPredicate) -
Uses of ToolCallingManager in org.springframework.ai.model.anthropic.autoconfigure
Methods in org.springframework.ai.model.anthropic.autoconfigure with parameters of type ToolCallingManagerModifier and TypeMethodDescriptionAnthropicChatAutoConfiguration.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, org.springframework.beans.factory.ObjectProvider<ToolExecutionEligibilityPredicate> anthropicToolExecutionEligibilityPredicate) -
Uses of ToolCallingManager in org.springframework.ai.model.azure.openai.autoconfigure
Methods in org.springframework.ai.model.azure.openai.autoconfigure with parameters of type ToolCallingManagerModifier and TypeMethodDescriptionAzureOpenAiChatAutoConfiguration.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, org.springframework.beans.factory.ObjectProvider<ToolExecutionEligibilityPredicate> azureOpenAiToolExecutionEligibilityPredicate) -
Uses of ToolCallingManager in org.springframework.ai.model.bedrock.converse.autoconfigure
Methods in org.springframework.ai.model.bedrock.converse.autoconfigure 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, org.springframework.beans.factory.ObjectProvider<ToolExecutionEligibilityPredicate> bedrockToolExecutionEligibilityPredicate) -
Uses of ToolCallingManager in org.springframework.ai.model.deepseek.autoconfigure
Methods in org.springframework.ai.model.deepseek.autoconfigure with parameters of type ToolCallingManagerModifier and TypeMethodDescriptionDeepSeekChatAutoConfiguration.deepSeekChatModel
(DeepSeekConnectionProperties commonProperties, DeepSeekChatProperties 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, org.springframework.beans.factory.ObjectProvider<ToolExecutionEligibilityPredicate> deepseekToolExecutionEligibilityPredicate) -
Uses of ToolCallingManager in org.springframework.ai.model.minimax.autoconfigure
Methods in org.springframework.ai.model.minimax.autoconfigure with parameters of type ToolCallingManagerModifier and TypeMethodDescriptionMiniMaxChatAutoConfiguration.miniMaxChatModel
(MiniMaxConnectionProperties commonProperties, MiniMaxChatProperties 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, org.springframework.beans.factory.ObjectProvider<ToolExecutionEligibilityPredicate> openAiToolExecutionEligibilityPredicate) -
Uses of ToolCallingManager in org.springframework.ai.model.mistralai.autoconfigure
Methods in org.springframework.ai.model.mistralai.autoconfigure with parameters of type ToolCallingManagerModifier and TypeMethodDescriptionMistralAiChatAutoConfiguration.mistralAiChatModel
(MistralAiCommonProperties commonProperties, MistralAiChatProperties 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, org.springframework.beans.factory.ObjectProvider<ToolExecutionEligibilityPredicate> mistralAiToolExecutionEligibilityPredicate) -
Uses of ToolCallingManager in org.springframework.ai.model.ollama.autoconfigure
Methods in org.springframework.ai.model.ollama.autoconfigure with parameters of type ToolCallingManagerModifier and TypeMethodDescriptionOllamaChatAutoConfiguration.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, org.springframework.beans.factory.ObjectProvider<ToolExecutionEligibilityPredicate> ollamaToolExecutionEligibilityPredicate) -
Uses of ToolCallingManager in org.springframework.ai.model.openai.autoconfigure
Methods in org.springframework.ai.model.openai.autoconfigure with parameters of type ToolCallingManagerModifier and TypeMethodDescriptionOpenAiChatAutoConfiguration.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, org.springframework.beans.factory.ObjectProvider<ToolExecutionEligibilityPredicate> openAiToolExecutionEligibilityPredicate) -
Uses of ToolCallingManager in org.springframework.ai.model.tool
Classes in org.springframework.ai.model.tool that implement ToolCallingManager -
Uses of ToolCallingManager in org.springframework.ai.model.vertexai.autoconfigure.gemini
Methods in org.springframework.ai.model.vertexai.autoconfigure.gemini with parameters of type ToolCallingManagerModifier and TypeMethodDescriptionVertexAiGeminiChatAutoConfiguration.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, org.springframework.beans.factory.ObjectProvider<ToolExecutionEligibilityPredicate> vertexAiGeminiToolExecutionEligibilityPredicate) -
Uses of ToolCallingManager in org.springframework.ai.model.zhipuai.autoconfigure
Methods in org.springframework.ai.model.zhipuai.autoconfigure with parameters of type ToolCallingManagerModifier and TypeMethodDescriptionZhiPuAiChatAutoConfiguration.zhiPuAiChatModel
(ZhiPuAiConnectionProperties commonProperties, ZhiPuAiChatProperties chatProperties, org.springframework.beans.factory.ObjectProvider<org.springframework.web.client.RestClient.Builder> restClientBuilderProvider, 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, ToolCallingManager toolCallingManager, org.springframework.beans.factory.ObjectProvider<ToolExecutionEligibilityPredicate> toolExecutionEligibilityPredicate) -
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) OllamaChatModel
(OllamaApi ollamaApi, OllamaOptions defaultOptions, ToolCallingManager toolCallingManager, io.micrometer.observation.ObservationRegistry observationRegistry, ModelManagementOptions modelManagementOptions, ToolExecutionEligibilityPredicate toolExecutionEligibilityPredicate) -
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) OpenAiChatModel
(OpenAiApi openAiApi, OpenAiChatOptions defaultOptions, ToolCallingManager toolCallingManager, org.springframework.retry.support.RetryTemplate retryTemplate, io.micrometer.observation.ObservationRegistry observationRegistry, ToolExecutionEligibilityPredicate toolExecutionEligibilityPredicate) -
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.VertexAiGeminiChatModel
(com.google.cloud.vertexai.VertexAI vertexAI, VertexAiGeminiChatOptions defaultOptions, ToolCallingManager toolCallingManager, org.springframework.retry.support.RetryTemplate retryTemplate, io.micrometer.observation.ObservationRegistry observationRegistry, ToolExecutionEligibilityPredicate toolExecutionEligibilityPredicate) 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. -
Uses of ToolCallingManager in org.springframework.ai.zhipuai
Constructors in org.springframework.ai.zhipuai with parameters of type ToolCallingManagerModifierConstructorDescriptionZhiPuAiChatModel
(ZhiPuAiApi zhiPuAiApi, ZhiPuAiChatOptions options, ToolCallingManager toolCallingManager, org.springframework.retry.support.RetryTemplate retryTemplate, io.micrometer.observation.ObservationRegistry observationRegistry) Initializes an instance of the ZhiPuAiChatModel.ZhiPuAiChatModel
(ZhiPuAiApi zhiPuAiApi, ZhiPuAiChatOptions options, ToolCallingManager toolCallingManager, org.springframework.retry.support.RetryTemplate retryTemplate, io.micrometer.observation.ObservationRegistry observationRegistry, ToolExecutionEligibilityPredicate toolExecutionEligibilityPredicate) Initializes a new instance of the ZhiPuAiChatModel.