Package com.openai.models
Class BetaThreadCreateAndRunParams.Thread.ToolResources.CodeInterpreter.Builder
-
- All Implemented Interfaces:
public final class BetaThreadCreateAndRunParams.Thread.ToolResources.CodeInterpreter.Builder
-
-
Constructor Summary
Constructors Constructor Description BetaThreadCreateAndRunParams.Thread.ToolResources.CodeInterpreter.Builder()
-
Method Summary
-
-
Method Detail
-
fileIds
final BetaThreadCreateAndRunParams.Thread.ToolResources.CodeInterpreter.Builder fileIds(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 BetaThreadCreateAndRunParams.Thread.ToolResources.CodeInterpreter.Builder fileIds(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.
-
addFileId
final BetaThreadCreateAndRunParams.Thread.ToolResources.CodeInterpreter.Builder addFileId(String fileId)
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 BetaThreadCreateAndRunParams.Thread.ToolResources.CodeInterpreter.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaThreadCreateAndRunParams.Thread.ToolResources.CodeInterpreter.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaThreadCreateAndRunParams.Thread.ToolResources.CodeInterpreter.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaThreadCreateAndRunParams.Thread.ToolResources.CodeInterpreter.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaThreadCreateAndRunParams.Thread.ToolResources.CodeInterpreter.Builder removeAllAdditionalProperties(Set<String> keys)
-
-
-
-