Uses of Class
com.oracle.bmc.generativeaiinference.model.CohereChatRequestV2.ToolsChoice
-
Packages that use CohereChatRequestV2.ToolsChoice Package Description com.oracle.bmc.generativeaiinference.model -
-
Uses of CohereChatRequestV2.ToolsChoice in com.oracle.bmc.generativeaiinference.model
Methods in com.oracle.bmc.generativeaiinference.model that return CohereChatRequestV2.ToolsChoice Modifier and Type Method Description static CohereChatRequestV2.ToolsChoiceCohereChatRequestV2.ToolsChoice. create(String key)CohereChatRequestV2.ToolsChoiceCohereChatRequestV2. getToolsChoice()Used to control whether or not the model will be forced to use a tool when answering.static CohereChatRequestV2.ToolsChoiceCohereChatRequestV2.ToolsChoice. valueOf(String name)Returns the enum constant of this type with the specified name.static CohereChatRequestV2.ToolsChoice[]CohereChatRequestV2.ToolsChoice. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.generativeaiinference.model with parameters of type CohereChatRequestV2.ToolsChoice Modifier and Type Method Description CohereChatRequestV2.BuilderCohereChatRequestV2.Builder. toolsChoice(CohereChatRequestV2.ToolsChoice toolsChoice)Used to control whether or not the model will be forced to use a tool when answering.Constructors in com.oracle.bmc.generativeaiinference.model with parameters of type CohereChatRequestV2.ToolsChoice 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.
-