Uses of Class
com.oracle.bmc.generativeaiinference.model.CohereToolV2
-
Packages that use CohereToolV2 Package Description com.oracle.bmc.generativeaiinference.model -
-
Uses of CohereToolV2 in com.oracle.bmc.generativeaiinference.model
Methods in com.oracle.bmc.generativeaiinference.model that return CohereToolV2 Modifier and Type Method Description CohereToolV2CohereToolV2.Builder. build()Methods in com.oracle.bmc.generativeaiinference.model that return types with arguments of type CohereToolV2 Modifier and Type Method Description List<CohereToolV2>CohereChatRequestV2. 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 CohereToolV2 Modifier and Type Method Description CohereToolV2.BuilderCohereToolV2.Builder. copy(CohereToolV2 model)Method parameters in com.oracle.bmc.generativeaiinference.model with type arguments of type CohereToolV2 Modifier and Type Method Description CohereChatRequestV2.BuilderCohereChatRequestV2.Builder. tools(List<CohereToolV2> tools)A list of available tools (functions) that the model may suggest invoking before producing a text response.
-