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 TypeClassDescriptionclassDeprecated.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.BuilderFunctionCallback.builder()Deprecated.Creates a newFunctionCallback.Builderinstance used to build a defaultFunctionCallbackinstance.