Property MaximumRecallTokens
MaximumRecallTokens
Maximum number of tokens recalled from Memory per turn.
Defaults to ContextSize / 4. The effective value is automatically capped to at most
ContextSize / 2.
public int MaximumRecallTokens { get; set; }