thinkingContent property

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

Optional thinking/reasoning content extracted from the final response.

Implementation

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

Implementation

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