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(pull : JSON::PullParser)
Sourcenew(reason : RunObjectIncompleteDetailsReason | Nil = nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance 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.
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.