Property MaxTokensPerParagraph
MaxTokensPerParagraph
Gets or sets the number of tokens a single paragraph may produce before the comparison refuses to continue. A hard stop, for the same reason as MaxBlocks.
public int MaxTokensPerParagraph { get; set; }
Property Value
Exceptions
- ArgumentOutOfRangeException
The value is not positive.