Class FunctionCallingOptionsBuilder

java.lang.Object
org.springframework.ai.model.function.FunctionCallingOptionsBuilder

@Deprecated(forRemoval=true, since="1.0.0-M5") public class FunctionCallingOptionsBuilder extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
Builder for FunctionCallingOptions. Using the FunctionCallingOptions permits options portability between different AI providers that support function-calling.
Since:
0.8.1
Author:
Christian Tzolov, Thomas Vitale