Uses of Class
com.oracle.bmc.generativeaiinference.model.CohereToolCallV2
-
Packages that use CohereToolCallV2 Package Description com.oracle.bmc.generativeaiinference.model -
-
Uses of CohereToolCallV2 in com.oracle.bmc.generativeaiinference.model
Methods in com.oracle.bmc.generativeaiinference.model that return CohereToolCallV2 Modifier and Type Method Description CohereToolCallV2CohereToolCallV2.Builder. build()Methods in com.oracle.bmc.generativeaiinference.model that return types with arguments of type CohereToolCallV2 Modifier and Type Method Description List<CohereToolCallV2>CohereAssistantMessageV2. getToolCalls()A list of tool calls generated by the model.Methods in com.oracle.bmc.generativeaiinference.model with parameters of type CohereToolCallV2 Modifier and Type Method Description CohereToolCallV2.BuilderCohereToolCallV2.Builder. copy(CohereToolCallV2 model)Method parameters in com.oracle.bmc.generativeaiinference.model with type arguments of type CohereToolCallV2 Modifier and Type Method Description CohereAssistantMessageV2.BuilderCohereAssistantMessageV2.Builder. toolCalls(List<CohereToolCallV2> toolCalls)A list of tool calls generated by the model.
-