Table of Contents

Class ComputerUseTool

public class ComputerUseTool : AnthropicTool
Inheritance
object
ComputerUseTool
Inherited Members

Properties

DisplayHeightPx

Optional. The height of the display in pixels. Required range: x >= 1

public int? DisplayHeightPx { get; set; }

Property Value

int?

DisplayNumber

Optional. The X11 display number (e.g. 0, 1) for the display. Required range: x >= 0

public int? DisplayNumber { get; set; }

Property Value

int?

DisplayWidthPx

Optional. The width of the display in pixels. Required range: x >= 1

public int? DisplayWidthPx { get; set; }

Property Value

int?

Name

Required. Name of the tool.

public override string Name { get; }

Property Value

string

Type

Required. The type of the tool.

public override AnthropicTypes.ToolType Type { get; }

Property Value

AnthropicTypes.ToolType