Package com.openai.models.responses
Class ResponseInputItem.ComputerCallOutput.Output
-
- All Implemented Interfaces:
public final class ResponseInputItem.ComputerCallOutput.OutputA computer screenshot image used with the computer use tool.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classResponseInputItem.ComputerCallOutput.Output.BuilderA 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.Outputvalidate()final ResponseInputItem.ComputerCallOutput.Output.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ResponseInputItem.ComputerCallOutput.Output.Builderbuilder()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.
-
-
-
-