class

OpenAI::LockedStatus

Inherits JSON::Serializable < Reference < Object

Indicates that a thread is locked and cannot accept new input.

Constructors

new(type_value : LockedStatusType = LockedStatusType::Locked, reason : LockedStatusReason = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

reason
Source
reason=(reason : LockedStatusReason)
Source
type_value

Status discriminator that is always locked.

Source
type_value=(type_value : LockedStatusType)

Status discriminator that is always locked.

Source