Class ClaudeComputerUse
Inherited Members
Namespace: Glitch9.AIDevKit.Anthropic
Assembly: Glitch9.AIDevKit.dll
Syntax
public class ClaudeComputerUse : ClaudeTool
Properties
| Edit this page View SourceDisplayHeightPx
Optional. The height of the display in pixels. Required range: x >= 1
Declaration
[JsonProperty("display_height_px")]
public int? DisplayHeightPx { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
DisplayNumber
Optional. The X11 display number (e.g. 0, 1) for the display. Required range: x >= 0
Declaration
[JsonProperty("display_number")]
public int? DisplayNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
DisplayWidthPx
Optional. The width of the display in pixels. Required range: x >= 1
Declaration
[JsonProperty("display_width_px")]
public int? DisplayWidthPx { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
Name
Required. Name of the tool.
Declaration
[JsonProperty("name")]
public override string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
| Edit this page View SourceType
Required. The logical type of the tool. The serialized string is resolved by API settings (ApiPolicy.TryGetToolTypeString).
Declaration
[JsonProperty("type")]
public override ToolType Type { get; }
Property Value
| Type | Description |
|---|---|
| ToolType |