Package com.openai.models
Class Assistant.ToolResources.CodeInterpreter
-
- All Implemented Interfaces:
public final class Assistant.ToolResources.CodeInterpreter
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAssistant.ToolResources.CodeInterpreter.Builder
-
Method Summary
Modifier and Type Method Description final Optional<List<String>>fileIds()A list of file IDs made available to the `code_interpreter`` tool. final JsonField<List<String>>_fileIds()A list of file IDs made available to the `code_interpreter`` tool. final Map<String, JsonValue>_additionalProperties()final Assistant.ToolResources.CodeInterpretervalidate()final Assistant.ToolResources.CodeInterpreter.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static Assistant.ToolResources.CodeInterpreter.Builderbuilder()-
-
Method Detail
-
fileIds
final Optional<List<String>> fileIds()
A list of file IDs made available to the `code_interpreter`` tool. There can be a maximum of 20 files associated with the tool.
-
_fileIds
final JsonField<List<String>> _fileIds()
A list of file IDs made available to the `code_interpreter`` tool. There can be a maximum of 20 files associated with the tool.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final Assistant.ToolResources.CodeInterpreter validate()
-
toBuilder
final Assistant.ToolResources.CodeInterpreter.Builder toBuilder()
-
builder
final static Assistant.ToolResources.CodeInterpreter.Builder builder()
-
-
-
-