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