class

OpenAI::ComputerCallSafetyCheckParam

Inherits JSON::Serializable < Reference < Object

A pending safety check for the computer call.

Constructors

new(id : String = "", code : ComputerCallSafetyCheckParamCode | Nil = nil, message : ComputerCallSafetyCheckParamMessage | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

code
Source
code=(code : ComputerCallSafetyCheckParamCode | Nil)
Source
id

The ID of the pending safety check.

Source
id=(id : String)

The ID of the pending safety check.

Source
message
Source
message=(message : ComputerCallSafetyCheckParamMessage | Nil)
Source