Uses of Interface
org.springframework.ai.model.function.FunctionCallbackResolver
Packages that use FunctionCallbackResolver
Package
Description
-
Uses of FunctionCallbackResolver in org.springframework.ai.chat.model
Fields in org.springframework.ai.chat.model declared as FunctionCallbackResolverModifier and TypeFieldDescriptionprotected final FunctionCallbackResolver
AbstractToolCallSupport.functionCallbackResolver
Deprecated.The function callback resolver is used to resolve the function callbacks by name from the Spring context.Constructors in org.springframework.ai.chat.model with parameters of type FunctionCallbackResolverModifierConstructorDescriptionprotected
AbstractToolCallSupport
(FunctionCallbackResolver functionCallbackResolver) Deprecated.protected
AbstractToolCallSupport
(FunctionCallbackResolver functionCallbackResolver, FunctionCallingOptions functionCallingOptions, List<FunctionCallback> toolFunctionCallbacks) Deprecated. -
Uses of FunctionCallbackResolver in org.springframework.ai.model.anthropic.autoconfigure
Methods in org.springframework.ai.model.anthropic.autoconfigure that return FunctionCallbackResolverModifier and TypeMethodDescriptionAnthropicChatAutoConfiguration.springAiFunctionManager
(org.springframework.context.ApplicationContext context) -
Uses of FunctionCallbackResolver in org.springframework.ai.model.azure.openai.autoconfigure
Methods in org.springframework.ai.model.azure.openai.autoconfigure that return FunctionCallbackResolverModifier and TypeMethodDescriptionAzureOpenAiChatAutoConfiguration.springAiFunctionManager
(org.springframework.context.ApplicationContext context) -
Uses of FunctionCallbackResolver in org.springframework.ai.model.bedrock.converse.autoconfigure
Methods in org.springframework.ai.model.bedrock.converse.autoconfigure that return FunctionCallbackResolverModifier and TypeMethodDescriptionBedrockConverseProxyChatAutoConfiguration.springAiFunctionManager
(org.springframework.context.ApplicationContext context) -
Uses of FunctionCallbackResolver in org.springframework.ai.model.function
Classes in org.springframework.ai.model.function that implement FunctionCallbackResolver -
Uses of FunctionCallbackResolver in org.springframework.ai.model.mistralai.autoconfigure
Methods in org.springframework.ai.model.mistralai.autoconfigure that return FunctionCallbackResolverModifier and TypeMethodDescriptionMistralAiChatAutoConfiguration.springAiFunctionManager
(org.springframework.context.ApplicationContext context) -
Uses of FunctionCallbackResolver in org.springframework.ai.model.ollama.autoconfigure
Methods in org.springframework.ai.model.ollama.autoconfigure that return FunctionCallbackResolverModifier and TypeMethodDescriptionOllamaChatAutoConfiguration.springAiFunctionManager
(org.springframework.context.ApplicationContext context) -
Uses of FunctionCallbackResolver in org.springframework.ai.model.openai.autoconfigure
Methods in org.springframework.ai.model.openai.autoconfigure that return FunctionCallbackResolverModifier and TypeMethodDescriptionOpenAiChatAutoConfiguration.springAiFunctionManager
(org.springframework.context.ApplicationContext context)
SpringBeanToolCallbackResolver
instead.