Package org.springframework.ai.model.function
package org.springframework.ai.model.function
-
ClassDescriptionDeprecated.Use specific builder for the type of tool you need, e.g.Deprecated.Use specific builder for the type of tool you need, e.g.A Spring
ApplicationContextAware
implementation that provides a way to retrieve aFunction
from the Spring context and wrap it into aFunctionCallback
.Deprecated.in favor ofDefaultToolCallingChatOptions
.Deprecated.in favor ofDefaultToolCallingChatOptions.Builder
.Deprecated.in favor ofToolCallback
.Deprecated.Use specific builder for the type of tool you need, e.g.FunctionCallback.CommonCallbackInvokingSpec<B extends FunctionCallback.CommonCallbackInvokingSpec<B>>Function
invoking builder interface.Method invoking builder interface.Describes the type of the schema used to describe the input parameters of the function.Strategy interface for resolvingFunctionCallback
instances.Helper class that reuses theAbstractToolCallSupport
to implement the function call handling logic on the client side.Helper used to provide only the function definition, without the actual function call implementation.Deprecated.in favor ofToolCallingChatOptions
.Builder for creatingFunctionCallingOptions
instance.Deprecated.in favor ofFunctionToolCallback
.Deprecated.in favor ofMethodToolCallback
.A utility class that provides methods for resolving types and classes related to functions.