thinkingContent property

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

Optional thinking/reasoning content extracted from the final response.

Implementation

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

Implementation

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