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