Uses of Class
org.springframework.ai.model.function.FunctionCallbackContext
Package
Description
-
Uses of FunctionCallbackContext in org.springframework.ai.autoconfigure.azure.openai
Modifier and TypeMethodDescriptionAzureOpenAiAutoConfiguration.springAiFunctionManager
(org.springframework.context.ApplicationContext context) Modifier and TypeMethodDescriptionAzureOpenAiAutoConfiguration.azureOpenAiChatClient
(com.azure.ai.openai.OpenAIClient openAIClient, AzureOpenAiChatProperties chatProperties, List<FunctionCallback> toolFunctionCallbacks, FunctionCallbackContext functionCallbackContext) -
Uses of FunctionCallbackContext in org.springframework.ai.autoconfigure.mistralai
Modifier and TypeMethodDescriptionMistralAiAutoConfiguration.springAiFunctionManager
(org.springframework.context.ApplicationContext context) Modifier and TypeMethodDescriptionMistralAiAutoConfiguration.mistralAiChatClient
(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) -
Uses of FunctionCallbackContext in org.springframework.ai.autoconfigure.openai
Modifier and TypeMethodDescriptionOpenAiAutoConfiguration.springAiFunctionManager
(org.springframework.context.ApplicationContext context) Modifier and TypeMethodDescriptionOpenAiAutoConfiguration.openAiChatClient
(OpenAiConnectionProperties commonProperties, OpenAiChatProperties 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) -
Uses of FunctionCallbackContext in org.springframework.ai.azure.openai
ModifierConstructorDescriptionAzureOpenAiChatClient
(com.azure.ai.openai.OpenAIClient microsoftOpenAiClient, AzureOpenAiChatOptions options, FunctionCallbackContext functionCallbackContext) -
Uses of FunctionCallbackContext in org.springframework.ai.mistralai
ModifierConstructorDescriptionMistralAiChatClient
(MistralAiApi mistralAiApi, MistralAiChatOptions options, FunctionCallbackContext functionCallbackContext, org.springframework.retry.support.RetryTemplate retryTemplate) -
Uses of FunctionCallbackContext in org.springframework.ai.model.function
Modifier and TypeFieldDescriptionprotected final FunctionCallbackContext
AbstractFunctionCallSupport.functionCallbackContext
The function callback context is used to resolve the function callbacks by name from the Spring context.ModifierConstructorDescriptionAbstractFunctionCallSupport
(FunctionCallbackContext functionCallbackContext) -
Uses of FunctionCallbackContext in org.springframework.ai.openai
ModifierConstructorDescriptionOpenAiChatClient
(OpenAiApi openAiApi, OpenAiChatOptions options, FunctionCallbackContext functionCallbackContext, org.springframework.retry.support.RetryTemplate retryTemplate) Initializes a new instance of the OpenAiChatClient. -
Uses of FunctionCallbackContext in org.springframework.ai.vertexai.gemini
ModifierConstructorDescriptionVertexAiGeminiChatClient
(com.google.cloud.vertexai.VertexAI vertexAI, VertexAiGeminiChatOptions options, FunctionCallbackContext functionCallbackContext)