Table of Contents

Class ComputerUseCall

Namespace
Glitch9.AIDevKit

A tool call to a computer use tool. See the computer use guide for more information.

public class ComputerUseCall : ToolCall, IPrompt
Inheritance
object
ComputerUseCall
Implements
Inherited Members
Extension Methods

Constructors

ComputerUseCall()

public ComputerUseCall()

Properties

Action

Required. The action to be taken in this computer tool call.

public ComputerAction Action { get; set; }

Property Value

ComputerAction

PendingSafetyChecks

Required. The pending safety checks for the computer call.

public List<ComputerUseSafetyCheck> PendingSafetyChecks { get; set; }

Property Value

List<ComputerUseSafetyCheck>