maxContextTokens property
Maximum tokens of retrieved context passed to the LLM. Optional so callers can distinguish "unset" from an explicit value.
Implementation
@$pb.TagNumber(8)
$core.int get maxContextTokens => $_getIZ(7);
Implementation
@$pb.TagNumber(8)
set maxContextTokens($core.int value) => $_setSignedInt32(7, value);