Class DefaultFunctionCallbackBuilder

java.lang.Object
org.springframework.ai.model.function.DefaultFunctionCallbackBuilder
All Implemented Interfaces:
FunctionCallback.Builder

@Deprecated public class DefaultFunctionCallbackBuilder extends Object implements FunctionCallback.Builder
Deprecated.
Use specific builder for the type of tool you need, e.g. FunctionToolCallback.Builder and MethodToolCallback.Builder.
Default implementation of the FunctionCallback.Builder.
Since:
1.0.0
Author:
Christian Tzolov