Uses of Interface
org.springframework.ai.model.function.FunctionCallbackResolver
Packages that use FunctionCallbackResolver
-
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.function
Classes in org.springframework.ai.model.function that implement FunctionCallbackResolver
SpringBeanToolCallbackResolver
instead.