Class ComputerUseCall
A tool call to a computer use tool. See the computer use guide for more information.
public class ComputerUseCall : ToolCall, IPrompt
- Inheritance
-
objectComputerUseCall
- 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
PendingSafetyChecks
Required. The pending safety checks for the computer call.
public List<ComputerUseSafetyCheck> PendingSafetyChecks { get; set; }
Property Value
- List<ComputerUseSafetyCheck>