Package com.openai.models
Class CodeInterpreterToolCallDelta.Type
-
- All Implemented Interfaces:
-
com.openai.core.Enum
public final class CodeInterpreterToolCallDelta.Type implements EnumThe type of tool call. This is always going to be
code_interpreterfor this type of tool call.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumCodeInterpreterToolCallDelta.Type.Knownpublic enumCodeInterpreterToolCallDelta.Type.Value
-
Field Summary
Fields Modifier and Type Field Description public final static CodeInterpreterToolCallDelta.TypeCODE_INTERPRETER
-
Method Summary
Modifier and Type Method Description final JsonField<String>_value()final CodeInterpreterToolCallDelta.Type.Valuevalue()final CodeInterpreterToolCallDelta.Type.Knownknown()final StringasString()Booleanequals(Object other)IntegerhashCode()StringtoString()final static CodeInterpreterToolCallDelta.Typeof(String value)-
-
Method Detail
-
value
final CodeInterpreterToolCallDelta.Type.Value value()
-
known
final CodeInterpreterToolCallDelta.Type.Known known()
-
of
final static CodeInterpreterToolCallDelta.Type of(String value)
-
-
-
-