Package com.openai.models
Class BetaAssistantUpdateParams.ToolResources.CodeInterpreter
-
- All Implemented Interfaces:
public final class BetaAssistantUpdateParams.ToolResources.CodeInterpreter
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
BetaAssistantUpdateParams.ToolResources.CodeInterpreter.Builder
A builder for CodeInterpreter.
-
Method Summary
Modifier and Type Method Description final Optional<List<String>>
fileIds()
Overrides the list of file IDs made available to the code_interpreter
tool.final JsonField<List<String>>
_fileIds()
Overrides the list of file IDs made available to the code_interpreter
tool.final Map<String, JsonValue>
_additionalProperties()
final BetaAssistantUpdateParams.ToolResources.CodeInterpreter
validate()
final BetaAssistantUpdateParams.ToolResources.CodeInterpreter.Builder
toBuilder()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static BetaAssistantUpdateParams.ToolResources.CodeInterpreter.Builder
builder()
-
-
Method Detail
-
fileIds
final Optional<List<String>> fileIds()
Overrides the 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()
Overrides the 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 BetaAssistantUpdateParams.ToolResources.CodeInterpreter validate()
-
toBuilder
final BetaAssistantUpdateParams.ToolResources.CodeInterpreter.Builder toBuilder()
-
builder
final static BetaAssistantUpdateParams.ToolResources.CodeInterpreter.Builder builder()
-
-
-
-