Package com.openai.models
Class BetaThreadCreateAndRunParams.Thread.ToolResources.CodeInterpreter
-
- All Implemented Interfaces:
public final class BetaThreadCreateAndRunParams.Thread.ToolResources.CodeInterpreter
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaThreadCreateAndRunParams.Thread.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 BetaThreadCreateAndRunParams.Thread.ToolResources.CodeInterpretervalidate()final BetaThreadCreateAndRunParams.Thread.ToolResources.CodeInterpreter.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaThreadCreateAndRunParams.Thread.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()
-
toBuilder
final BetaThreadCreateAndRunParams.Thread.ToolResources.CodeInterpreter.Builder toBuilder()
-
builder
final static BetaThreadCreateAndRunParams.Thread.ToolResources.CodeInterpreter.Builder builder()
-
-
-
-