thinkingContent property
Thinking content extracted from <think>...</think> tags
(qwen3, deepseek-r1). Unset when the active LLM does not emit
a chain-of-thought trace.
Implementation
@$pb.TagNumber(4)
$core.String get thinkingContent => $_getSZ(3);
Implementation
@$pb.TagNumber(4)
set thinkingContent($core.String value) => $_setString(3, value);