Uses of Class
com.oracle.bmc.generativeaiinference.model.CohereContentV2
-
Packages that use CohereContentV2 Package Description com.oracle.bmc.generativeaiinference.model -
-
Uses of CohereContentV2 in com.oracle.bmc.generativeaiinference.model
Subclasses of CohereContentV2 in com.oracle.bmc.generativeaiinference.model Modifier and Type Class Description classCohereDocumentContentV2Represents a single instance of Chat Document content
Note: Objects should always be created or deserialized using theCohereDocumentContentV2.Builder.classCohereImageContentV2Represents a single instance of Chat Image content
Note: Objects should always be created or deserialized using theCohereImageContentV2.Builder.classCohereTextContentV2Represents a single instance of text in the chat content.classCohereThinkingContentV2Represents a single instance of Chat Doument content
Note: Objects should always be created or deserialized using theCohereThinkingContentV2.Builder.Methods in com.oracle.bmc.generativeaiinference.model that return types with arguments of type CohereContentV2 Modifier and Type Method Description List<CohereContentV2>CohereMessageV2. getContent()Contents of the chat message.Method parameters in com.oracle.bmc.generativeaiinference.model with type arguments of type CohereContentV2 Modifier and Type Method Description CohereAssistantMessageV2.BuilderCohereAssistantMessageV2.Builder. content(List<CohereContentV2> content)CohereSystemMessageV2.BuilderCohereSystemMessageV2.Builder. content(List<CohereContentV2> content)CohereToolMessageV2.BuilderCohereToolMessageV2.Builder. content(List<CohereContentV2> content)CohereUserMessageV2.BuilderCohereUserMessageV2.Builder. content(List<CohereContentV2> content)Constructor parameters in com.oracle.bmc.generativeaiinference.model with type arguments of type CohereContentV2 Constructor Description CohereAssistantMessageV2(List<CohereContentV2> content, String toolPlan, List<CohereToolCallV2> toolCalls, List<CohereCitationV2> citations)Deprecated.CohereMessageV2(List<CohereContentV2> content)Deprecated.CohereSystemMessageV2(List<CohereContentV2> content)Deprecated.CohereToolMessageV2(List<CohereContentV2> content, String toolCallId)Deprecated.CohereUserMessageV2(List<CohereContentV2> content)Deprecated.
-