class

OpenAI::RunObjectIncompleteDetails

Inherits JSON::Serializable < Reference < Object

Details on why the run is incomplete. Will be null if the run is not incomplete.

Constructors

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

Instance methods

reason

The reason why the run is incomplete. This will point to which specific token limit was reached over the course of the run.

Source
reason=(reason : RunObjectIncompleteDetailsReason | Nil)

The reason why the run is incomplete. This will point to which specific token limit was reached over the course of the run.

Source