Class CodeInterpreterTool
-
- All Implemented Interfaces:
public final class CodeInterpreterTool
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCodeInterpreterTool.BuilderA builder for CodeInterpreterTool.
-
Method Summary
Modifier and Type Method Description final JsonValue_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()Returns a mutable builder for constructing an instance of CodeInterpreterTool. -
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final CodeInterpreterTool validate()
-
toBuilder
final CodeInterpreterTool.Builder toBuilder()
-
builder
final static CodeInterpreterTool.Builder builder()
Returns a mutable builder for constructing an instance of CodeInterpreterTool.
-
-
-
-