disableThinking property
When true, suppress the answer model's thinking phase (maps to LLMGenerationOptions.disable_thinking so commons prepends the no-think directive instead of the app injecting "/no_think"). Default false.
Implementation
@$pb.TagNumber(10)
$core.bool get disableThinking => $_getBF(9);
Implementation
@$pb.TagNumber(10)
set disableThinking($core.bool value) => $_setBool(9, value);