computerUse

public abstract Tool.Builder computerUse(ComputerUse computerUse)

Setter for computerUse.

computerUse: Optional. Tool to support the model interacting directly with the computer. If enabled, it automatically populates computer-use specific Function Declarations.


@CanIgnoreReturnValue()
public Tool.Builder computerUse(ComputerUse.Builder computerUseBuilder)

Setter for computerUse builder.

computerUse: Optional. Tool to support the model interacting directly with the computer. If enabled, it automatically populates computer-use specific Function Declarations.