thinkingContent property
Optional thinking/reasoning content extracted from the final response.
Implementation
@$pb.TagNumber(8)
$core.String get thinkingContent => $_getSZ(7);
Implementation
@$pb.TagNumber(8)
set thinkingContent($core.String value) => $_setString(7, value);