Class ComputerUseCall
A tool call to a computer use tool. See the computer use guide for more information.
Inherited Members
Namespace: Glitch9.AIDevKit
Assembly: Glitch9.AIDevKit.dll
Syntax
public class ComputerUseCall : ToolCall, IPrompt, IValidatable, IHasId<string>
Constructors
| Edit this page View SourceComputerUseCall()
Declaration
public ComputerUseCall()
Properties
| Edit this page View SourceAction
Required. The action to be taken in this computer tool call.
Declaration
[JsonProperty("action")]
public ComputerAction Action { get; set; }
Property Value
| Type | Description |
|---|---|
| ComputerAction |
PendingSafetyChecks
Required. The pending safety checks for the computer call.
Declaration
[JsonProperty("pending_safety_checks")]
public ComputerUseSafetyCheck[] PendingSafetyChecks { get; set; }
Property Value
| Type | Description |
|---|---|
| ComputerUseSafetyCheck[] |