OpenAI::LockedStatus
Inherits JSON::Serializable < Reference < Object
Indicates that a thread is locked and cannot accept new input.
Constructors
new(pull : JSON::PullParser)
Sourcenew(type_value : LockedStatusType = LockedStatusType::Locked, reason : LockedStatusReason = nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
reason
Sourcereason=(reason : LockedStatusReason)
Source