Class ResponseComputerToolCallOutputScreenshot.Builder
-
- All Implemented Interfaces:
public final class ResponseComputerToolCallOutputScreenshot.Builder
A builder for ResponseComputerToolCallOutputScreenshot.
-
-
Method Summary
-
-
Method Detail
-
type
final ResponseComputerToolCallOutputScreenshot.Builder type(JsonValue type)
Sets the field to an arbitrary JSON value.
It is usually unnecessary to call this method because the field defaults to the following:
JsonValue.from("computer_screenshot")
This method is primarily for setting the field to an undocumented or not yet supported value.
-
fileId
final ResponseComputerToolCallOutputScreenshot.Builder fileId(String fileId)
The identifier of an uploaded file that contains the screenshot.
-
fileId
final ResponseComputerToolCallOutputScreenshot.Builder fileId(JsonField<String> fileId)
Sets Builder.fileId to an arbitrary JSON value.
You should usually call Builder.fileId with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
imageUrl
final ResponseComputerToolCallOutputScreenshot.Builder imageUrl(String imageUrl)
The URL of the screenshot image.
-
imageUrl
final ResponseComputerToolCallOutputScreenshot.Builder imageUrl(JsonField<String> imageUrl)
Sets Builder.imageUrl to an arbitrary JSON value.
You should usually call Builder.imageUrl with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final ResponseComputerToolCallOutputScreenshot.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final ResponseComputerToolCallOutputScreenshot.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final ResponseComputerToolCallOutputScreenshot.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final ResponseComputerToolCallOutputScreenshot.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final ResponseComputerToolCallOutputScreenshot.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final ResponseComputerToolCallOutputScreenshot build()
Returns an immutable instance of ResponseComputerToolCallOutputScreenshot.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-