Table of Contents

Class ClaudeComputerUse

public class ClaudeComputerUse : ClaudeTool
Inheritance
object
ClaudeComputerUse
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. Examples: Tool.Function, Tool.FileSearch, Tool.ComputerUsePreview, Tool.WebSearch

public override ToolType Type { get; }

Property Value

ToolType