thinkingContent property

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

Optional thinking/reasoning content extracted from the response.

Implementation

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

Implementation

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