Uses of Class
com.oracle.bmc.generativeaiinference.model.GenericChatRequest.ReasoningEffort
-
Packages that use GenericChatRequest.ReasoningEffort Package Description com.oracle.bmc.generativeaiinference.model -
-
Uses of GenericChatRequest.ReasoningEffort in com.oracle.bmc.generativeaiinference.model
Methods in com.oracle.bmc.generativeaiinference.model that return GenericChatRequest.ReasoningEffort Modifier and Type Method Description static GenericChatRequest.ReasoningEffort
GenericChatRequest.ReasoningEffort. create(String key)
GenericChatRequest.ReasoningEffort
GenericChatRequest. getReasoningEffort()
Constrains effort on reasoning for reasoning models.static GenericChatRequest.ReasoningEffort
GenericChatRequest.ReasoningEffort. valueOf(String name)
Returns the enum constant of this type with the specified name.static GenericChatRequest.ReasoningEffort[]
GenericChatRequest.ReasoningEffort. 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 GenericChatRequest.ReasoningEffort Modifier and Type Method Description GenericChatRequest.Builder
GenericChatRequest.Builder. reasoningEffort(GenericChatRequest.ReasoningEffort reasoningEffort)
Constrains effort on reasoning for reasoning models.Constructors in com.oracle.bmc.generativeaiinference.model with parameters of type GenericChatRequest.ReasoningEffort Constructor Description GenericChatRequest(List<Message> messages, GenericChatRequest.ReasoningEffort reasoningEffort, GenericChatRequest.Verbosity verbosity, Object metadata, Boolean isStream, StreamOptions streamOptions, Integer numGenerations, Integer seed, Boolean isEcho, Integer topK, Double topP, Double temperature, Double frequencyPenalty, Double presencePenalty, List<String> stop, Integer logProbs, Integer maxTokens, Integer maxCompletionTokens, Object logitBias, Prediction prediction, ResponseFormat responseFormat, ToolChoice toolChoice, Boolean isParallelToolCalls, List<ToolDefinition> tools)
Deprecated.
-