Class ComputerToolCallSafetyCheck
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
Id
The ID of the pending safety check.
[JsonInclude]
[JsonPropertyName("id")]
public string Id { get; }
Property Value
Message
Details about the pending safety check.
[JsonInclude]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
[JsonPropertyName("message")]
public string Message { get; }