contextUsed property

  1. @TagNumber.new(3)
String get contextUsed

Full context string passed to the LLM (chunks joined into a prompt). May be empty for queries with no matching chunks.

Implementation

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

Implementation

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