AI DevKit
Search Results for

    Show / Hide Table of Contents

    Class ComputerUseTool

    Inheritance
    object
    AnthropicTool
    ComputerUseTool
    Inherited Members
    AnthropicTool.CacheControl
    Namespace: Glitch9.AIDevKit.Anthropic
    Assembly: .dll
    Syntax
    public class ComputerUseTool : AnthropicTool

    Properties

    DisplayHeightPx

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

    Declaration
    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
    public int? DisplayNumber { get; set; }
    Property Value
    Type Description
    int?

    DisplayWidthPx

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

    Declaration
    public int? DisplayWidthPx { get; set; }
    Property Value
    Type Description
    int?

    Name

    Required. Name of the tool.

    Declaration
    public override string Name { get; }
    Property Value
    Type Description
    string
    Overrides
    AnthropicTool.Name

    Type

    Required. The type of the tool.

    Declaration
    public override AnthropicTypes.ToolType Type { get; }
    Property Value
    Type Description
    AnthropicTypes.ToolType
    Overrides
    AnthropicTool.Type
    In this article
    Back to top Generated by DocFX