Class BetaToolComputerUse20250124
-
- All Implemented Interfaces:
public final class BetaToolComputerUse20250124
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaToolComputerUse20250124.BuilderA builder for BetaToolComputerUse20250124.
-
Method Summary
-
-
Method Detail
-
displayHeightPx
final Long displayHeightPx()
The height of the display in pixels.
-
displayWidthPx
final Long displayWidthPx()
The width of the display in pixels.
-
_name
final JsonValue _name()
Name of the tool.
This is how the tool will be called by the model and in tool_use blocks.
-
cacheControl
final Optional<BetaCacheControlEphemeral> cacheControl()
-
displayNumber
final Optional<Long> displayNumber()
The X11 display number (e.g. 0, 1) for the display.
-
_displayHeightPx
final JsonField<Long> _displayHeightPx()
The height of the display in pixels.
-
_displayWidthPx
final JsonField<Long> _displayWidthPx()
The width of the display in pixels.
-
_cacheControl
final JsonField<BetaCacheControlEphemeral> _cacheControl()
-
_displayNumber
final JsonField<Long> _displayNumber()
The X11 display number (e.g. 0, 1) for the display.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final BetaToolComputerUse20250124 validate()
-
toBuilder
final BetaToolComputerUse20250124.Builder toBuilder()
-
builder
final static BetaToolComputerUse20250124.Builder builder()
Returns a mutable builder for constructing an instance of BetaToolComputerUse20250124.
The following fields are required:
.displayHeightPx() .displayWidthPx()
-
-
-
-