Class ComputerUseOutput
The output of a computer tool call.
Inherited Members
Namespace: Glitch9.AIDevKit
Assembly: Glitch9.AIDevKit.dll
Syntax
public class ComputerUseOutput : ToolOutput, IPrompt, IValidatable, IHasId<string>
Constructors
| Edit this page View SourceComputerUseOutput()
Declaration
public ComputerUseOutput()
Properties
| Edit this page View SourceAcknowledgedSafetyChecks
Optional. The safety checks reported by the API that have been acknowledged by the developer.
Declaration
[JsonProperty("acknowledged_safety_checks")]
public List<ComputerUseSafetyCheck> AcknowledgedSafetyChecks { get; set; }
Property Value
| Type | Description |
|---|---|
| List<ComputerUseSafetyCheck> |
Output
Required. A computer screenshot image used with the computer use tool.
Declaration
[JsonProperty("output")]
public ComputerUseScreenshotInfo Output { get; set; }
Property Value
| Type | Description |
|---|---|
| ComputerUseScreenshotInfo |