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 class
CodeInterpreterTool.Builder
-
Method Summary
Modifier and Type Method Description final JsonValue
_type()
The type of tool being defined: code_interpreter
final Map<String, JsonValue>
_additionalProperties()
final CodeInterpreterTool
validate()
final CodeInterpreterTool.Builder
toBuilder()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static CodeInterpreterTool.Builder
builder()
-
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final CodeInterpreterTool validate()
-
toBuilder
final CodeInterpreterTool.Builder toBuilder()
-
builder
final static CodeInterpreterTool.Builder builder()
-
-
-
-