Uses of Interface
org.springframework.ai.model.function.FunctionCallback.Builder
Packages that use FunctionCallback.Builder
-
Uses of FunctionCallback.Builder in org.springframework.ai.model.function
Classes in org.springframework.ai.model.function that implement FunctionCallback.BuilderModifier and TypeClassDescriptionclass
Deprecated.Use specific builder for the type of tool you need, e.g.Methods in org.springframework.ai.model.function that return FunctionCallback.BuilderModifier and TypeMethodDescriptionstatic FunctionCallback.Builder
FunctionCallback.builder()
Deprecated.Creates a newFunctionCallback.Builder
instance used to build a defaultFunctionCallback
instance.