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
public final class
CodeInterpreterTool.Type
The type of tool being defined:
code_interpreter
-
Method Summary
Modifier and Type Method Description final CodeInterpreterTool.Type
type()
The type of tool being defined: code_interpreter
final JsonField<CodeInterpreterTool.Type>
_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
-
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()
-
-
-
-