Package com.sap.ai.sdk.orchestration
Enum Class ReasoningEffort
- All Implemented Interfaces:
Serializable,Comparable<ReasoningEffort>,Constable
Reasoning effort levels for the harmonized
reasoning_effort model parameter.
Not all reasoning-capable models support the full range of values. Where a model does not support a given effort, orchestration transparently maps it to the closest equivalent.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptiongetValue()The string sent as the value of thereasoning_effortmodel parameter.static ReasoningEffortReturns the enum constant of this class with the specified name.static ReasoningEffort[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
MINIMAL
Minimal reasoning effort. -
LOW
Low reasoning effort. -
MEDIUM
Medium reasoning effort. -
HIGH
High reasoning effort. -
NONE
Disable reasoning when the model supports doing so.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getValue
The string sent as the value of thereasoning_effortmodel parameter.
-