Class ComputerUseOutput
The output of a computer tool call.
public class ComputerUseOutput : ToolOutput, IPrompt
- Inheritance
-
objectComputerUseOutput
- 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; }