public static enum OpenaiCommon.OpenaiReasoning extends Enum<OpenaiCommon.OpenaiReasoning>
Modifier and Type | Method and Description |
---|---|
String |
getEffort() |
static OpenaiCommon.OpenaiReasoning |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpenaiCommon.OpenaiReasoning[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpenaiCommon.OpenaiReasoning LOW
public static final OpenaiCommon.OpenaiReasoning MEDIUM
public static final OpenaiCommon.OpenaiReasoning HIGH
public static OpenaiCommon.OpenaiReasoning[] values()
for (OpenaiCommon.OpenaiReasoning c : OpenaiCommon.OpenaiReasoning.values()) System.out.println(c);
public static OpenaiCommon.OpenaiReasoning valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getEffort()
Copyright © 2025. All rights reserved.