Package com.openai.models.responses
Class ResponseComputerToolCallOutputItem.AcknowledgedSafetyCheck
-
- All Implemented Interfaces:
public final class ResponseComputerToolCallOutputItem.AcknowledgedSafetyCheck
A pending safety check for the computer call.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
ResponseComputerToolCallOutputItem.AcknowledgedSafetyCheck.Builder
A builder for AcknowledgedSafetyCheck.
-
Method Summary
Modifier and Type Method Description final String
id()
The ID of the pending safety check. final String
code()
The type of the pending safety check. final String
message()
Details about the pending safety check. final JsonField<String>
_id()
Returns the raw JSON value of id. final JsonField<String>
_code()
Returns the raw JSON value of code. final JsonField<String>
_message()
Returns the raw JSON value of message. final Map<String, JsonValue>
_additionalProperties()
final ResponseComputerToolCallOutputItem.AcknowledgedSafetyCheck.Builder
toBuilder()
final ResponseComputerToolCallOutputItem.AcknowledgedSafetyCheck
validate()
final Boolean
isValid()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static ResponseComputerToolCallOutputItem.AcknowledgedSafetyCheck.Builder
builder()
Returns a mutable builder for constructing an instance of AcknowledgedSafetyCheck. -
-
Method Detail
-
_id
final JsonField<String> _id()
Returns the raw JSON value of id.
Unlike id, this method doesn't throw if the JSON field has an unexpected type.
-
_code
final JsonField<String> _code()
Returns the raw JSON value of code.
Unlike code, this method doesn't throw if the JSON field has an unexpected type.
-
_message
final JsonField<String> _message()
Returns the raw JSON value of message.
Unlike message, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final ResponseComputerToolCallOutputItem.AcknowledgedSafetyCheck.Builder toBuilder()
-
validate
final ResponseComputerToolCallOutputItem.AcknowledgedSafetyCheck validate()
-
builder
final static ResponseComputerToolCallOutputItem.AcknowledgedSafetyCheck.Builder builder()
Returns a mutable builder for constructing an instance of AcknowledgedSafetyCheck.
The following fields are required:
.id() .code() .message()
-
-
-
-