Package com.openai.models.responses
Class ResponseCodeInterpreterToolCall.Result.Files.Builder
-
- All Implemented Interfaces:
public final class ResponseCodeInterpreterToolCall.Result.Files.Builder
A builder for Files.
-
-
Method Summary
-
-
Method Detail
-
files
final ResponseCodeInterpreterToolCall.Result.Files.Builder files(List<ResponseCodeInterpreterToolCall.Result.Files.File> files)
-
files
final ResponseCodeInterpreterToolCall.Result.Files.Builder files(JsonField<List<ResponseCodeInterpreterToolCall.Result.Files.File>> files)
-
addFile
final ResponseCodeInterpreterToolCall.Result.Files.Builder addFile(ResponseCodeInterpreterToolCall.Result.Files.File file)
-
type
final ResponseCodeInterpreterToolCall.Result.Files.Builder type(JsonValue type)
The type of the code interpreter file output. Always
files
.
-
additionalProperties
final ResponseCodeInterpreterToolCall.Result.Files.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final ResponseCodeInterpreterToolCall.Result.Files.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final ResponseCodeInterpreterToolCall.Result.Files.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final ResponseCodeInterpreterToolCall.Result.Files.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final ResponseCodeInterpreterToolCall.Result.Files.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final ResponseCodeInterpreterToolCall.Result.Files build()
-
-
-
-