Uses of Class
com.oracle.bmc.generativeaiinference.model.CohereMessageV2
-
Packages that use CohereMessageV2 Package Description com.oracle.bmc.generativeaiinference.model -
-
Uses of CohereMessageV2 in com.oracle.bmc.generativeaiinference.model
Subclasses of CohereMessageV2 in com.oracle.bmc.generativeaiinference.model Modifier and Type Class Description classCohereAssistantMessageV2A message that represents a single chat dialog as CHATBOT role.classCohereSystemMessageV2A message that represents a single chat dialog as SYSTEM role.classCohereToolMessageV2A message that represents a single chat dialog as TOOL role.classCohereUserMessageV2A message that represents a single chat dialog as USER role.Methods in com.oracle.bmc.generativeaiinference.model that return types with arguments of type CohereMessageV2 Modifier and Type Method Description List<CohereMessageV2>CohereChatRequestV2. getMessages()A list of chat messages in chronological order, representing a conversation between the user and the model.Method parameters in com.oracle.bmc.generativeaiinference.model with type arguments of type CohereMessageV2 Modifier and Type Method Description CohereChatRequestV2.BuilderCohereChatRequestV2.Builder. messages(List<CohereMessageV2> messages)A list of chat messages in chronological order, representing a conversation between the user and the model.Constructor parameters in com.oracle.bmc.generativeaiinference.model with type arguments of type CohereMessageV2 Constructor Description CohereChatRequestV2(List<CohereMessageV2> messages, List<Object> documents, CitationOptionsV2 citationOptions, CohereChatRequestV2.ToolsChoice toolsChoice, List<CohereToolV2> tools, Boolean isStrictToolsEnabled, Boolean isLogProbsEnabled, CohereThinkingV2 thinking, CohereResponseFormat responseFormat, Boolean isSearchQueriesOnly, StreamOptions streamOptions, Boolean isStream, Integer maxTokens, Double temperature, Integer topK, Double topP, Double frequencyPenalty, Double presencePenalty, Integer seed, List<String> stopSequences, Integer priority, Boolean isRawPrompting, CohereChatRequestV2.SafetyMode safetyMode)Deprecated.
-