countsEstimated property

  1. @TagNumber.new(10)
bool get countsEstimated

True when input_tokens / output_tokens were estimated (e.g. chars/4) rather than reported by the engine. Absence of the flag (false) means the counts are engine-measured.

Implementation

@$pb.TagNumber(10)
$core.bool get countsEstimated => $_getBF(9);
  1. @TagNumber.new(10)
set countsEstimated (bool value)

Implementation

@$pb.TagNumber(10)
set countsEstimated($core.bool value) => $_setBool(9, value);