Uses of Class
com.oracle.bmc.generativeaiagent.model.Function
-
Packages that use Function Package Description com.oracle.bmc.generativeaiagent.model -
-
Uses of Function in com.oracle.bmc.generativeaiagent.model
Methods in com.oracle.bmc.generativeaiagent.model that return Function Modifier and Type Method Description Function
Function.Builder. build()
Function
FunctionCallingToolConfig. getFunction()
Methods in com.oracle.bmc.generativeaiagent.model with parameters of type Function Modifier and Type Method Description Function.Builder
Function.Builder. copy(Function model)
FunctionCallingToolConfig.Builder
FunctionCallingToolConfig.Builder. function(Function function)
Constructors in com.oracle.bmc.generativeaiagent.model with parameters of type Function Constructor Description FunctionCallingToolConfig(Function function)
Deprecated.
-