Table of Contents

Class ComputerUseOutput

Namespace
Glitch9.AIDevKit

The output of a computer tool call.

public class ComputerUseOutput : ToolOutput, IPrompt
Inheritance
object
ComputerUseOutput
Implements
Inherited Members
Extension Methods

Constructors

ComputerUseOutput()

public ComputerUseOutput()

Properties

AcknowledgedSafetyChecks

Optional. The safety checks reported by the API that have been acknowledged by the developer.

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

Property Value

List<ComputerUseSafetyCheck>

Output

Required. A computer screenshot image used with the computer use tool.

public ComputerUseScreenshotInfo Output { get; set; }

Property Value

ComputerUseScreenshotInfo