Package com.openai.models
Class CodeInterpreterTool
-
- All Implemented Interfaces:
public final class CodeInterpreterTool
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCodeInterpreterTool.Builderpublic final classCodeInterpreterTool.TypeThe type of tool being defined:
code_interpreter
-
Method Summary
Modifier and Type Method Description final CodeInterpreterTool.Typetype()The type of tool being defined: code_interpreterfinal JsonField<CodeInterpreterTool.Type>_type()The type of tool being defined: code_interpreterfinal Map<String, JsonValue>_additionalProperties()final CodeInterpreterToolvalidate()final CodeInterpreterTool.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static CodeInterpreterTool.Builderbuilder()-
-
Method Detail
-
type
final CodeInterpreterTool.Type type()
The type of tool being defined:
code_interpreter
-
_type
final JsonField<CodeInterpreterTool.Type> _type()
The type of tool being defined:
code_interpreter
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final CodeInterpreterTool validate()
-
toBuilder
final CodeInterpreterTool.Builder toBuilder()
-
builder
final static CodeInterpreterTool.Builder builder()
-
-
-
-