ComputerUse

public final class ComputerUse

A tool that can be used by the model to interact with the computer.

Types

Link copied to clipboard
public final class Builder

A builder for ComputerUse.

Link copied to clipboard
public final class Environment implements Enum

The environment being operated.

Functions

Link copied to clipboard
public final Map<String, JsonValue> _additionalProperties()
Link copied to clipboard
public final JsonField<Tool.ComputerUse.Environment> _environment()

Returns the raw JSON value of environment.

Link copied to clipboard
public final JsonField<List<String>> _excludedPredefinedFunctions()

Returns the raw JSON value of excludedPredefinedFunctions.

Link copied to clipboard
public final JsonValue _type()

Expected to always return the following:

Link copied to clipboard
public final static Tool.ComputerUse.Builder builder()

Returns a mutable builder for constructing an instance of ComputerUse.

Link copied to clipboard

The environment being operated.

Link copied to clipboard
public Boolean equals(Object other)
Link copied to clipboard

The list of predefined functions that are excluded from the model call.

Link copied to clipboard
public Integer hashCode()
Link copied to clipboard
public final Boolean isValid()
Link copied to clipboard
Link copied to clipboard
public String toString()
Link copied to clipboard
public final Tool.ComputerUse validate()