thinkingContent property

  1. @TagNumber.new(13)
String get thinkingContent

Optional thinking/reasoning content extracted from the answer.

Implementation

@$pb.TagNumber(13)
$core.String get thinkingContent => $_getSZ(12);
  1. @TagNumber.new(13)
set thinkingContent (String value)

Implementation

@$pb.TagNumber(13)
set thinkingContent($core.String value) => $_setString(12, value);