Package org.springframework.ai.model.function
package org.springframework.ai.model.function
-
ClassDescriptionAbstractFunctionCallSupport<Msg,
Req, Resp> Deprecated, for removal: This API element is subject to removal in a future version.Represents a model function call handler.A SpringApplicationContextAware
implementation that provides a way to retrieve aFunction
from the Spring context and wrap it into aFunctionCallback
.Note that the underlying function is responsible for converting the output into format that can be consumed by the Model.Builder forFunctionCallingOptions
.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.A utility class that provides methods for resolving types and classes related to functions.
AbstractToolCallSupport