Uses of Class
com.oracle.bmc.generativeaiinference.model.CohereThinkingV2
-
Packages that use CohereThinkingV2 Package Description com.oracle.bmc.generativeaiinference.model -
-
Uses of CohereThinkingV2 in com.oracle.bmc.generativeaiinference.model
Methods in com.oracle.bmc.generativeaiinference.model that return CohereThinkingV2 Modifier and Type Method Description CohereThinkingV2CohereThinkingV2.Builder. build()CohereThinkingV2CohereChatRequestV2. getThinking()Methods in com.oracle.bmc.generativeaiinference.model with parameters of type CohereThinkingV2 Modifier and Type Method Description CohereThinkingV2.BuilderCohereThinkingV2.Builder. copy(CohereThinkingV2 model)CohereChatRequestV2.BuilderCohereChatRequestV2.Builder. thinking(CohereThinkingV2 thinking)Constructors in com.oracle.bmc.generativeaiinference.model with parameters of type CohereThinkingV2 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.
-