emitThoughts property

  1. @TagNumber.new(14)
bool get emitThoughts

Emit thought tokens (qwen3, deepseek-r1) separately from answer tokens.

Implementation

@$pb.TagNumber(14)
$core.bool get emitThoughts => $_getBF(13);
  1. @TagNumber.new(14)
set emitThoughts (bool value)

Implementation

@$pb.TagNumber(14)
set emitThoughts($core.bool value) => $_setBool(13, value);