countsEstimated property
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);
Implementation
@$pb.TagNumber(10)
set countsEstimated($core.bool value) => $_setBool(9, value);