class

OpenAI::ResponseIncompleteDetailsVariant1

Inherits JSON::Serializable < Reference < Object

Details about why the response is incomplete.

Constructors

new(reason : ResponseIncompleteDetailsVariant1Reason | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

reason

The reason why the response is incomplete.

Source
reason=(reason : ResponseIncompleteDetailsVariant1Reason | Nil)

The reason why the response is incomplete.

Source