Class ComputerUse
A tool that controls a virtual computer.
Inherited Members
Namespace: Glitch9.AIDevKit
Assembly: Glitch9.AIDevKit.dll
Syntax
public sealed class ComputerUse : Tool
Constructors
| Edit this page View SourceComputerUse()
Declaration
public ComputerUse()
Properties
| Edit this page View SourceDisplayHeight
Required. The height of the computer display.
Declaration
[JsonProperty("display_height")]
public int DisplayHeight { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
DisplayWidth
Required. The width of the computer display.
Declaration
[JsonProperty("display_width")]
public int DisplayWidth { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Environment
Required. The type of computer environment to control.
Declaration
[JsonProperty("environment")]
public string Environment { get; set; }
Property Value
| Type | Description |
|---|---|
| string |