contextUsed property
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);
Implementation
@$pb.TagNumber(3)
set contextUsed($core.String value) => $_setString(2, value);