Package com.openai.models
Class RunStep.Type
-
- All Implemented Interfaces:
-
com.openai.core.Enum
public final class RunStep.Type implements Enum
The type of run step, which can be either
message_creation
ortool_calls
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enum
RunStep.Type.Known
public enum
RunStep.Type.Value
-
Field Summary
Fields Modifier and Type Field Description public final static RunStep.Type
MESSAGE_CREATION
public final static RunStep.Type
TOOL_CALLS
-
Method Summary
-
-
Method Detail
-
value
final RunStep.Type.Value value()
-
known
final RunStep.Type.Known known()
-
of
final static RunStep.Type of(String value)
-
-
-
-