Uses of Class
org.springframework.ai.model.function.FunctionCallbackContext
Packages that use FunctionCallbackContext
Package
Description
-
Uses of FunctionCallbackContext in org.springframework.ai.anthropic
Constructors in org.springframework.ai.anthropic with parameters of type FunctionCallbackContextModifierConstructorDescriptionAnthropicChatModel
(AnthropicApi anthropicApi, AnthropicChatOptions defaultOptions, org.springframework.retry.support.RetryTemplate retryTemplate, FunctionCallbackContext functionCallbackContext) Construct a newAnthropicChatModel
instance.AnthropicChatModel
(AnthropicApi anthropicApi, AnthropicChatOptions defaultOptions, org.springframework.retry.support.RetryTemplate retryTemplate, FunctionCallbackContext functionCallbackContext, List<FunctionCallback> toolFunctionCallbacks) Construct a newAnthropicChatModel
instance.AnthropicChatModel
(AnthropicApi anthropicApi, AnthropicChatOptions defaultOptions, org.springframework.retry.support.RetryTemplate retryTemplate, FunctionCallbackContext functionCallbackContext, List<FunctionCallback> toolFunctionCallbacks, io.micrometer.observation.ObservationRegistry observationRegistry) Construct a newAnthropicChatModel
instance. -
Uses of FunctionCallbackContext in org.springframework.ai.autoconfigure.anthropic
Methods in org.springframework.ai.autoconfigure.anthropic that return FunctionCallbackContextModifier and TypeMethodDescriptionAnthropicAutoConfiguration.springAiFunctionManager
(org.springframework.context.ApplicationContext context) Methods in org.springframework.ai.autoconfigure.anthropic with parameters of type FunctionCallbackContextModifier and TypeMethodDescriptionAnthropicAutoConfiguration.anthropicChatModel
(AnthropicApi anthropicApi, AnthropicChatProperties chatProperties, org.springframework.retry.support.RetryTemplate retryTemplate, FunctionCallbackContext functionCallbackContext, List<FunctionCallback> toolFunctionCallbacks, org.springframework.beans.factory.ObjectProvider<io.micrometer.observation.ObservationRegistry> observationRegistry, org.springframework.beans.factory.ObjectProvider<ChatModelObservationConvention> observationConvention) -
Uses of FunctionCallbackContext in org.springframework.ai.autoconfigure.azure.openai
Methods in org.springframework.ai.autoconfigure.azure.openai that return FunctionCallbackContextModifier and TypeMethodDescriptionAzureOpenAiAutoConfiguration.springAiFunctionManager
(org.springframework.context.ApplicationContext context) Methods in org.springframework.ai.autoconfigure.azure.openai with parameters of type FunctionCallbackContextModifier and TypeMethodDescriptionAzureOpenAiAutoConfiguration.azureOpenAiChatModel
(com.azure.ai.openai.OpenAIClientBuilder openAIClientBuilder, AzureOpenAiChatProperties chatProperties, List<FunctionCallback> toolFunctionCallbacks, FunctionCallbackContext functionCallbackContext, org.springframework.beans.factory.ObjectProvider<io.micrometer.observation.ObservationRegistry> observationRegistry, org.springframework.beans.factory.ObjectProvider<ChatModelObservationConvention> observationConvention) -
Uses of FunctionCallbackContext in org.springframework.ai.autoconfigure.minimax
Methods in org.springframework.ai.autoconfigure.minimax that return FunctionCallbackContextModifier and TypeMethodDescriptionMiniMaxAutoConfiguration.springAiFunctionManager
(org.springframework.context.ApplicationContext context) Methods in org.springframework.ai.autoconfigure.minimax with parameters of type FunctionCallbackContextModifier and TypeMethodDescriptionMiniMaxAutoConfiguration.miniMaxChatModel
(MiniMaxConnectionProperties commonProperties, MiniMaxChatProperties chatProperties, org.springframework.web.client.RestClient.Builder restClientBuilder, List<FunctionCallback> toolFunctionCallbacks, FunctionCallbackContext functionCallbackContext, 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 FunctionCallbackContext in org.springframework.ai.autoconfigure.mistralai
Methods in org.springframework.ai.autoconfigure.mistralai that return FunctionCallbackContextModifier and TypeMethodDescriptionMistralAiAutoConfiguration.springAiFunctionManager
(org.springframework.context.ApplicationContext context) Methods in org.springframework.ai.autoconfigure.mistralai with parameters of type FunctionCallbackContextModifier and TypeMethodDescriptionMistralAiAutoConfiguration.mistralAiChatModel
(MistralAiCommonProperties commonProperties, MistralAiChatProperties chatProperties, org.springframework.web.client.RestClient.Builder restClientBuilder, List<FunctionCallback> toolFunctionCallbacks, FunctionCallbackContext functionCallbackContext, 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 FunctionCallbackContext in org.springframework.ai.autoconfigure.moonshot
Methods in org.springframework.ai.autoconfigure.moonshot that return FunctionCallbackContextModifier and TypeMethodDescriptionMoonshotAutoConfiguration.springAiFunctionManager
(org.springframework.context.ApplicationContext context) Methods in org.springframework.ai.autoconfigure.moonshot with parameters of type FunctionCallbackContextModifier and TypeMethodDescriptionMoonshotAutoConfiguration.moonshotChatModel
(MoonshotCommonProperties commonProperties, MoonshotChatProperties chatProperties, org.springframework.web.client.RestClient.Builder restClientBuilder, List<FunctionCallback> toolFunctionCallbacks, FunctionCallbackContext functionCallbackContext, 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 FunctionCallbackContext in org.springframework.ai.autoconfigure.ollama
Methods in org.springframework.ai.autoconfigure.ollama that return FunctionCallbackContextModifier and TypeMethodDescriptionOllamaAutoConfiguration.springAiFunctionManager
(org.springframework.context.ApplicationContext context) Methods in org.springframework.ai.autoconfigure.ollama with parameters of type FunctionCallbackContextModifier and TypeMethodDescriptionOllamaAutoConfiguration.ollamaChatModel
(OllamaApi ollamaApi, OllamaChatProperties properties, List<FunctionCallback> toolFunctionCallbacks, FunctionCallbackContext functionCallbackContext, org.springframework.beans.factory.ObjectProvider<io.micrometer.observation.ObservationRegistry> observationRegistry, org.springframework.beans.factory.ObjectProvider<ChatModelObservationConvention> observationConvention) -
Uses of FunctionCallbackContext in org.springframework.ai.autoconfigure.openai
Methods in org.springframework.ai.autoconfigure.openai that return FunctionCallbackContextModifier and TypeMethodDescriptionOpenAiAutoConfiguration.springAiFunctionManager
(org.springframework.context.ApplicationContext context) Methods in org.springframework.ai.autoconfigure.openai with parameters of type FunctionCallbackContextModifier and TypeMethodDescriptionOpenAiAutoConfiguration.openAiChatModel
(OpenAiConnectionProperties commonProperties, OpenAiChatProperties chatProperties, org.springframework.web.client.RestClient.Builder restClientBuilder, org.springframework.web.reactive.function.client.WebClient.Builder webClientBuilder, List<FunctionCallback> toolFunctionCallbacks, FunctionCallbackContext functionCallbackContext, 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 FunctionCallbackContext in org.springframework.ai.autoconfigure.qianfan
Methods in org.springframework.ai.autoconfigure.qianfan that return FunctionCallbackContextModifier and TypeMethodDescriptionQianFanAutoConfiguration.springAiFunctionManager
(org.springframework.context.ApplicationContext context) -
Uses of FunctionCallbackContext in org.springframework.ai.autoconfigure.zhipuai
Methods in org.springframework.ai.autoconfigure.zhipuai that return FunctionCallbackContextModifier and TypeMethodDescriptionZhiPuAiAutoConfiguration.springAiFunctionManager
(org.springframework.context.ApplicationContext context) Methods in org.springframework.ai.autoconfigure.zhipuai with parameters of type FunctionCallbackContextModifier and TypeMethodDescriptionZhiPuAiAutoConfiguration.zhiPuAiChatModel
(ZhiPuAiConnectionProperties commonProperties, ZhiPuAiChatProperties chatProperties, org.springframework.web.client.RestClient.Builder restClientBuilder, List<FunctionCallback> toolFunctionCallbacks, FunctionCallbackContext functionCallbackContext, 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 FunctionCallbackContext in org.springframework.ai.azure.openai
Constructors in org.springframework.ai.azure.openai with parameters of type FunctionCallbackContextModifierConstructorDescriptionAzureOpenAiChatModel
(com.azure.ai.openai.OpenAIClientBuilder openAIClientBuilder, AzureOpenAiChatOptions options, FunctionCallbackContext functionCallbackContext) AzureOpenAiChatModel
(com.azure.ai.openai.OpenAIClientBuilder openAIClientBuilder, AzureOpenAiChatOptions options, FunctionCallbackContext functionCallbackContext, List<FunctionCallback> toolFunctionCallbacks) AzureOpenAiChatModel
(com.azure.ai.openai.OpenAIClientBuilder openAIClientBuilder, AzureOpenAiChatOptions options, FunctionCallbackContext functionCallbackContext, List<FunctionCallback> toolFunctionCallbacks, io.micrometer.observation.ObservationRegistry observationRegistry) -
Uses of FunctionCallbackContext in org.springframework.ai.chat.model
Fields in org.springframework.ai.chat.model declared as FunctionCallbackContextModifier and TypeFieldDescriptionprotected final FunctionCallbackContext
AbstractToolCallSupport.functionCallbackContext
The function callback context is used to resolve the function callbacks by name from the Spring context.Constructors in org.springframework.ai.chat.model with parameters of type FunctionCallbackContextModifierConstructorDescriptionprotected
AbstractToolCallSupport
(FunctionCallbackContext functionCallbackContext) protected
AbstractToolCallSupport
(FunctionCallbackContext functionCallbackContext, FunctionCallingOptions functionCallingOptions, List<FunctionCallback> toolFunctionCallbacks) -
Uses of FunctionCallbackContext in org.springframework.ai.minimax
Constructors in org.springframework.ai.minimax with parameters of type FunctionCallbackContextModifierConstructorDescriptionMiniMaxChatModel
(MiniMaxApi miniMaxApi, MiniMaxChatOptions options, FunctionCallbackContext functionCallbackContext, List<FunctionCallback> toolFunctionCallbacks, org.springframework.retry.support.RetryTemplate retryTemplate, io.micrometer.observation.ObservationRegistry observationRegistry) Initializes a new instance of the MiniMaxChatModel.MiniMaxChatModel
(MiniMaxApi miniMaxApi, MiniMaxChatOptions options, FunctionCallbackContext functionCallbackContext, org.springframework.retry.support.RetryTemplate retryTemplate) Initializes a new instance of the MiniMaxChatModel. -
Uses of FunctionCallbackContext in org.springframework.ai.mistralai
Constructors in org.springframework.ai.mistralai with parameters of type FunctionCallbackContextModifierConstructorDescriptionMistralAiChatModel
(MistralAiApi mistralAiApi, MistralAiChatOptions options, FunctionCallbackContext functionCallbackContext, List<FunctionCallback> toolFunctionCallbacks, org.springframework.retry.support.RetryTemplate retryTemplate) MistralAiChatModel
(MistralAiApi mistralAiApi, MistralAiChatOptions options, FunctionCallbackContext functionCallbackContext, List<FunctionCallback> toolFunctionCallbacks, org.springframework.retry.support.RetryTemplate retryTemplate, io.micrometer.observation.ObservationRegistry observationRegistry) MistralAiChatModel
(MistralAiApi mistralAiApi, MistralAiChatOptions options, FunctionCallbackContext functionCallbackContext, org.springframework.retry.support.RetryTemplate retryTemplate) -
Uses of FunctionCallbackContext in org.springframework.ai.model.function
Fields in org.springframework.ai.model.function declared as FunctionCallbackContextModifier and TypeFieldDescriptionprotected final FunctionCallbackContext
AbstractFunctionCallSupport.functionCallbackContext
Deprecated, for removal: This API element is subject to removal in a future version.The function callback context is used to resolve the function callbacks by name from the Spring context.Constructors in org.springframework.ai.model.function with parameters of type FunctionCallbackContextModifierConstructorDescriptionprotected
AbstractFunctionCallSupport
(FunctionCallbackContext functionCallbackContext) Deprecated, for removal: This API element is subject to removal in a future version.ToolCallHelper
(FunctionCallbackContext functionCallbackContext, FunctionCallingOptions functionCallingOptions, List<FunctionCallback> toolFunctionCallbacks) -
Uses of FunctionCallbackContext in org.springframework.ai.moonshot
Constructors in org.springframework.ai.moonshot with parameters of type FunctionCallbackContextModifierConstructorDescriptionMoonshotChatModel
(MoonshotApi moonshotApi, MoonshotChatOptions options, FunctionCallbackContext functionCallbackContext, List<FunctionCallback> toolFunctionCallbacks, org.springframework.retry.support.RetryTemplate retryTemplate, io.micrometer.observation.ObservationRegistry observationRegistry) Initializes a new instance of the MoonshotChatModel.MoonshotChatModel
(MoonshotApi moonshotApi, MoonshotChatOptions options, FunctionCallbackContext functionCallbackContext, org.springframework.retry.support.RetryTemplate retryTemplate) Initializes a new instance of the MoonshotChatModel. -
Uses of FunctionCallbackContext in org.springframework.ai.ollama
Constructors in org.springframework.ai.ollama with parameters of type FunctionCallbackContextModifierConstructorDescriptionOllamaChatModel
(OllamaApi ollamaApi, OllamaOptions defaultOptions, FunctionCallbackContext functionCallbackContext) OllamaChatModel
(OllamaApi ollamaApi, OllamaOptions defaultOptions, FunctionCallbackContext functionCallbackContext, List<FunctionCallback> toolFunctionCallbacks) OllamaChatModel
(OllamaApi chatApi, OllamaOptions defaultOptions, FunctionCallbackContext functionCallbackContext, List<FunctionCallback> toolFunctionCallbacks, io.micrometer.observation.ObservationRegistry observationRegistry) -
Uses of FunctionCallbackContext in org.springframework.ai.openai
Constructors in org.springframework.ai.openai with parameters of type FunctionCallbackContextModifierConstructorDescriptionOpenAiChatModel
(OpenAiApi openAiApi, OpenAiChatOptions options, FunctionCallbackContext functionCallbackContext, List<FunctionCallback> toolFunctionCallbacks, org.springframework.retry.support.RetryTemplate retryTemplate) Initializes a new instance of the OpenAiChatModel.OpenAiChatModel
(OpenAiApi openAiApi, OpenAiChatOptions options, FunctionCallbackContext functionCallbackContext, List<FunctionCallback> toolFunctionCallbacks, org.springframework.retry.support.RetryTemplate retryTemplate, io.micrometer.observation.ObservationRegistry observationRegistry) Initializes a new instance of the OpenAiChatModel.OpenAiChatModel
(OpenAiApi openAiApi, OpenAiChatOptions options, FunctionCallbackContext functionCallbackContext, org.springframework.retry.support.RetryTemplate retryTemplate) Initializes a new instance of the OpenAiChatModel. -
Uses of FunctionCallbackContext in org.springframework.ai.vertexai.gemini
Constructors in org.springframework.ai.vertexai.gemini with parameters of type FunctionCallbackContextModifierConstructorDescriptionVertexAiGeminiChatModel
(com.google.cloud.vertexai.VertexAI vertexAI, VertexAiGeminiChatOptions options, FunctionCallbackContext functionCallbackContext) VertexAiGeminiChatModel
(com.google.cloud.vertexai.VertexAI vertexAI, VertexAiGeminiChatOptions options, FunctionCallbackContext functionCallbackContext, List<FunctionCallback> toolFunctionCallbacks) VertexAiGeminiChatModel
(com.google.cloud.vertexai.VertexAI vertexAI, VertexAiGeminiChatOptions options, FunctionCallbackContext functionCallbackContext, List<FunctionCallback> toolFunctionCallbacks, org.springframework.retry.support.RetryTemplate retryTemplate) VertexAiGeminiChatModel
(com.google.cloud.vertexai.VertexAI vertexAI, VertexAiGeminiChatOptions options, FunctionCallbackContext functionCallbackContext, List<FunctionCallback> toolFunctionCallbacks, org.springframework.retry.support.RetryTemplate retryTemplate, io.micrometer.observation.ObservationRegistry observationRegistry) -
Uses of FunctionCallbackContext in org.springframework.ai.zhipuai
Constructors in org.springframework.ai.zhipuai with parameters of type FunctionCallbackContextModifierConstructorDescriptionZhiPuAiChatModel
(ZhiPuAiApi zhiPuAiApi, ZhiPuAiChatOptions options, FunctionCallbackContext functionCallbackContext, List<FunctionCallback> toolFunctionCallbacks, org.springframework.retry.support.RetryTemplate retryTemplate, io.micrometer.observation.ObservationRegistry observationRegistry) Initializes a new instance of the ZhiPuAiChatModel.ZhiPuAiChatModel
(ZhiPuAiApi zhiPuAiApi, ZhiPuAiChatOptions options, FunctionCallbackContext functionCallbackContext, org.springframework.retry.support.RetryTemplate retryTemplate) Initializes an instance of the ZhiPuAiChatModel.