Package org.springframework.ai.model.function
package org.springframework.ai.model.function
-
ClassDescriptionAbstractFunctionCallSupport<Msg,
Req, Resp> 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
.