totalTokens property
Total tokens consumed (prompt + completion). Some C ABI paths expose this directly; consumers may also compute it from the per-field counts.
Implementation
@$pb.TagNumber(17)
$core.int get totalTokens => $_getIZ(16);
Implementation
@$pb.TagNumber(17)
set totalTokens($core.int value) => $_setSignedInt32(16, value);