hasPendingPrompt property

bool get hasPendingPrompt

True when there are tokens in tokens that have not been decoded yet.

Implementation

bool get hasPendingPrompt => _kvHead < _tokens.length;