Package version:

Interface IncompleteRunDetails

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

interface IncompleteRunDetails {
    reason: IncompleteDetailsReason;
}

Properties

Properties

The reason why the run is incomplete. This indicates which specific token limit was reached during the run.