Skip to content

Commit 0738122

Browse files
garethjevansilayaperumalg
authored andcommitted
fix: update deprecation link to FunctionCallback.builder()
1 parent 823766f commit 0738122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-ai-core/src/main/java/org/springframework/ai/model/function/FunctionCallbackWrapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
* @param <O> the output type
4141
* @author Christian Tzolov
4242
* @author Sebastien Deleuze
43-
* @deprecated in favor of {@link FunctionCallbackWrapper.Builder}
43+
* @deprecated in favor of {@link FunctionCallback.Builder}
4444
*/
4545
@Deprecated
4646
public final class FunctionCallbackWrapper<I, O> extends AbstractFunctionCallback<I, O> {

0 commit comments

Comments
 (0)