thinkingTokens property

  1. @TagNumber.new(11)
int get thinkingTokens

Number of tokens used for thinking/reasoning. 0 = not applicable.

Implementation

@$pb.TagNumber(11)
$core.int get thinkingTokens => $_getIZ(10);
  1. @TagNumber.new(11)
set thinkingTokens (int value)

Implementation

@$pb.TagNumber(11)
set thinkingTokens($core.int value) => $_setSignedInt32(10, value);