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