Table of Contents

Class ComputerToolCallSafetyCheck

Namespace
OpenAI.Responses
Assembly
OpenAI-DotNet.dll

A pending safety check for the computer call.

public sealed class ComputerToolCallSafetyCheck
Inheritance
ComputerToolCallSafetyCheck
Inherited Members

Properties

Code

The type of the pending safety check.

[JsonInclude]
[JsonPropertyName("code")]
public string Code { get; }

Property Value

string

Id

The ID of the pending safety check.

[JsonInclude]
[JsonPropertyName("id")]
public string Id { get; }

Property Value

string

Message

Details about the pending safety check.

[JsonInclude]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
[JsonPropertyName("message")]
public string Message { get; }

Property Value

string