thinkingTokens property
Number of tokens used for thinking/reasoning. 0 = not applicable.
Implementation
@$pb.TagNumber(11)
$core.int get thinkingTokens => $_getIZ(10);
Implementation
@$pb.TagNumber(11)
set thinkingTokens($core.int value) => $_setSignedInt32(10, value);