Class ComputerToolCall
public sealed class ComputerToolCall : BaseResponse, IResponseItem, IServerSentEvent, IListItem
- Inheritance
-
ComputerToolCall
- Implements
- Inherited Members
Properties
Action
An action for the computer use tool call.
[JsonInclude]
[JsonPropertyName("action")]
public IComputerAction Action { get; }
Property Value
CallId
An identifier used when responding to the tool call with output.
[JsonInclude]
[JsonPropertyName("call_id")]
public string CallId { get; }
Property Value
ComputerScreenShot
A computer screenshot image used with the computer use tool.
[JsonInclude]
[JsonPropertyName("output")]
public ComputerScreenShot ComputerScreenShot { get; }
Property Value
Id
The unique ID of this response item.
[JsonInclude]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
[JsonPropertyName("id")]
public string Id { get; }
Property Value
Object
[JsonInclude]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
[JsonPropertyName("object")]
public string Object { get; }
Property Value
PendingSafetyChecks
The pending safety checks for the computer call.
[JsonInclude]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("pending_safety_checks")]
public IReadOnlyList<ComputerToolCallSafetyCheck> PendingSafetyChecks { get; }
Property Value
Status
The status of the response item.
[JsonInclude]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
[JsonPropertyName("status")]
public ResponseStatus Status { get; }
Property Value
Type
[JsonInclude]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonPropertyName("type")]
public ResponseItemType Type { get; }