From 0738122318aa5f031550a9a2bcdb68f1c5602181 Mon Sep 17 00:00:00 2001 From: Gareth Evans Date: Mon, 6 Jan 2025 12:45:50 +0000 Subject: [PATCH] fix: update deprecation link to FunctionCallback.builder() --- .../ai/model/function/FunctionCallbackWrapper.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-ai-core/src/main/java/org/springframework/ai/model/function/FunctionCallbackWrapper.java b/spring-ai-core/src/main/java/org/springframework/ai/model/function/FunctionCallbackWrapper.java index e7d1f244c..80e2b2472 100644 --- a/spring-ai-core/src/main/java/org/springframework/ai/model/function/FunctionCallbackWrapper.java +++ b/spring-ai-core/src/main/java/org/springframework/ai/model/function/FunctionCallbackWrapper.java @@ -40,7 +40,7 @@ import org.springframework.util.Assert; * @param the output type * @author Christian Tzolov * @author Sebastien Deleuze - * @deprecated in favor of {@link FunctionCallbackWrapper.Builder} + * @deprecated in favor of {@link FunctionCallback.Builder} */ @Deprecated public final class FunctionCallbackWrapper extends AbstractFunctionCallback {