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