emitThoughts property
Emit thought tokens (qwen3, deepseek-r1) separately from answer tokens.
Implementation
@$pb.TagNumber(14)
$core.bool get emitThoughts => $_getBF(13);
Implementation
@$pb.TagNumber(14)
set emitThoughts($core.bool value) => $_setBool(13, value);