Uses of Class
com.oracle.bmc.generativeaiinference.model.CohereTool
-
Packages that use CohereTool Package Description com.oracle.bmc.generativeaiinference.model -
-
Uses of CohereTool in com.oracle.bmc.generativeaiinference.model
Methods in com.oracle.bmc.generativeaiinference.model that return CohereTool Modifier and Type Method Description CohereTool
CohereTool.Builder. build()
Methods in com.oracle.bmc.generativeaiinference.model that return types with arguments of type CohereTool Modifier and Type Method Description List<CohereTool>
CohereChatRequest. getTools()
A list of available tools (functions) that the model may suggest invoking before producing a text response.Methods in com.oracle.bmc.generativeaiinference.model with parameters of type CohereTool Modifier and Type Method Description CohereTool.Builder
CohereTool.Builder. copy(CohereTool model)
Method parameters in com.oracle.bmc.generativeaiinference.model with type arguments of type CohereTool Modifier and Type Method Description CohereChatRequest.Builder
CohereChatRequest.Builder. tools(List<CohereTool> tools)
A list of available tools (functions) that the model may suggest invoking before producing a text response.
-