-
Notifications
You must be signed in to change notification settings - Fork 941
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add deprecated with* methods to FunctionCallingOptions
Add backwards compatibility methods from FunctionCallingOptionsBuilder to the Builder interface in FunctionCallingOptions. This allows users to gradually migrate from the old builder style (with* methods) to the new style while maintaining the same functionality. Each deprecated method is marked for removal in 1.0.0-M5 and includes proper Javadoc directing users to the new method names. The methods are implemented as default methods that delegate to their new counterparts.
- Loading branch information
Mark Pollack
committed
Dec 22, 2024
1 parent
8ad9062
commit cf84668
Showing
1 changed file
with
80 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters