Package com.openai.models
Class CodeInterpreterToolCall.Type
-
- All Implemented Interfaces:
-
com.openai.core.Enum
public final class CodeInterpreterToolCall.Type implements Enum
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumCodeInterpreterToolCall.Type.Knownpublic enumCodeInterpreterToolCall.Type.Value
-
Field Summary
Fields Modifier and Type Field Description public final static CodeInterpreterToolCall.TypeCODE_INTERPRETER
-
Method Summary
Modifier and Type Method Description final JsonField<String>_value()final CodeInterpreterToolCall.Type.Valuevalue()final CodeInterpreterToolCall.Type.Knownknown()final StringasString()Booleanequals(Object other)IntegerhashCode()StringtoString()final static CodeInterpreterToolCall.Typeof(String value)-
-
Method Detail
-
value
final CodeInterpreterToolCall.Type.Value value()
-
known
final CodeInterpreterToolCall.Type.Known known()
-
of
final static CodeInterpreterToolCall.Type of(String value)
-
-
-
-