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 FunctionCallbackResolverAbstractToolCallSupport.functionCallbackResolverDeprecated.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 FunctionCallbackResolverModifierConstructorDescriptionprotectedAbstractToolCallSupport(FunctionCallbackResolver functionCallbackResolver) Deprecated.protectedAbstractToolCallSupport(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
SpringBeanToolCallbackResolverinstead.