Package com.openai.models.responses
Class ResponseInputItem.ComputerCallOutput.Output
-
- All Implemented Interfaces:
public final class ResponseInputItem.ComputerCallOutput.Output
A computer screenshot image used with the computer use tool.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
ResponseInputItem.ComputerCallOutput.Output.Builder
A builder for Output.
-
Method Summary
Modifier and Type Method Description final JsonValue
_type()
Specifies the event type. final Optional<String>
fileId()
The identifier of an uploaded file that contains the screenshot. final Optional<String>
imageUrl()
The URL of the screenshot image. final JsonField<String>
_fileId()
The identifier of an uploaded file that contains the screenshot. final JsonField<String>
_imageUrl()
The URL of the screenshot image. final Map<String, JsonValue>
_additionalProperties()
final ResponseInputItem.ComputerCallOutput.Output
validate()
final ResponseInputItem.ComputerCallOutput.Output.Builder
toBuilder()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static ResponseInputItem.ComputerCallOutput.Output.Builder
builder()
Returns a mutable builder for constructing an instance of Output. -
-
Method Detail
-
_type
final JsonValue _type()
Specifies the event type. For a computer screenshot, this property is always set to
computer_screenshot
.
-
fileId
final Optional<String> fileId()
The identifier of an uploaded file that contains the screenshot.
-
_fileId
final JsonField<String> _fileId()
The identifier of an uploaded file that contains the screenshot.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final ResponseInputItem.ComputerCallOutput.Output validate()
-
toBuilder
final ResponseInputItem.ComputerCallOutput.Output.Builder toBuilder()
-
builder
final static ResponseInputItem.ComputerCallOutput.Output.Builder builder()
Returns a mutable builder for constructing an instance of Output.
-
-
-
-